-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 977 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
35
36
37
{
"name": "quartz-acutator",
"version": "1.1.1",
"description": "",
"main": "index.js",
"dependencies": {
"conventional-recommended-bump": "^6.0.0"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"commitizen": "^4.0.3",
"conventional-changelog-cli": "2.0.23",
"conventional-github-releaser": "^3.1.3",
"cz-conventional-changelog": "^3.0.2",
"semantic-release": "^15.13.19"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sathyabodh/quartz-acutator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sathyabodh/quartz-acutator/issues"
},
"homepage": "https://github.com/sathyabodh/quartz-acutator#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}