-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.01 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
43
44
45
46
47
48
49
{
"name": "sandbox",
"version": "1.0.0",
"description": "Sandbox for any technologies",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilyar/sandbox.git"
},
"keywords": [
"bem",
"jest",
"dredd",
"node"
],
"contributors": [
{
"name": "Ilyar",
"url": "https://github.com/ilyar",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ilyar/sandbox/issues"
},
"homepage": "https://github.com/ilyar/sandbox#readme",
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".cz-config.js"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS -g '.commitlint.js'"
}
},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"commitizen": "^4.1.2",
"cz-customizable": "^5.10.0",
"husky": "^1.3.1"
}
}