-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
38
39
40
41
42
{
"name": "@unumux/setup-linting",
"version": "0.0.0-development",
"description": "",
"main": "index.js",
"bin": {
"setup-linting": "index.js"
},
"scripts": {
"test": "exit 0",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"author": "",
"license": "ISC",
"dependencies": {
"@unumux/ux-questions": "^1.1.0"
},
"devDependencies": {
"@commitlint/cli": "^6.1.3",
"@commitlint/config-conventional": "^6.1.3",
"@unumux/eslint-config-unumux": "^1.1.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.18.2",
"husky": "^0.14.3",
"prettier": "^1.11.1",
"semantic-release": "^15.0.3",
"travis-deploy-once": "^4.4.1",
"validate-commit-msg": "^2.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/unumux/setup-linting.git"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}