-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 969 Bytes
/
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
{
"name": "@superset-ui/commit-config",
"version": "0.0.9",
"description": "standardized commit messages",
"main": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache-superset/superset-commit.git"
},
"author": "Krist Wongsuphasawat",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache-superset/superset-commit/issues"
},
"homepage": "https://github.com/apache-superset/superset-commit#readme",
"publishConfig": {
"access": "public"
},
"bin": {
"superset-commit": "./commit-cli.js"
},
"dependencies": {
"commitizen": "^3.0.7",
"cz-conventional-changelog": "^2.1.0",
"conventional-changelog": "^3.0.6",
"conventional-changelog-cli": "^2.0.12",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@commitlint/config-lerna-scopes": "^7.5.1"
}
}