forked from atlas-bi/Tableau-Metadata-Exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "atlas-etl-tableau-public",
"version": "1.0.10",
"description": "Tableau Metadata Scraper",
"private": true,
"main": "index.js",
"scripts": {
"commit": "git add . && pre-commit run && git add . && cz --no-verify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atlas-bi/Tableau-Metadata-Exporter.git"
},
"keywords": [],
"author": "",
"license": "GLP-3.0-or-later",
"bugs": {
"url": "https://github.com/atlas-bi/Tableau-Metadata-Exporter/issues"
},
"homepage": "https://github.com/atlas-bi/Tableau-Metadata-Exporter#readme",
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "10.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.0.3",
"@semantic-release/npm": "10.0.3",
"@semantic-release/release-notes-generator": "11.0.3",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}