-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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": "seemple-router",
"version": "2.4.11",
"description": "A router for Seemple.js",
"main": "index",
"scripts": {
"test": "npm run unit",
"unit": "../../node_modules/.bin/babel-node ../../node_modules/.bin/babel-istanbul cover test/index.js",
"lint": "eslint ./test ./src",
"npm-compile": "babel src -d npm && cp package.json npm/package.json && cp README.md npm/README.md",
"build": "../../node_modules/.bin/webpack --mode=production"
},
"config": {
"commitizen": {
"path": "cz-simple-conventional-changelog"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"refactor",
"perf",
"test",
"chore",
"revert"
]
},
"ghooks": {
"commit-msg": "validate-commit-msg"
}
},
"repository": {
"type": "git",
"url": "https://github.com/finom/seemple-router.git"
},
"keywords": [
"seemple",
"router"
],
"author": "Andrey Gubanov",
"license": "MIT",
"bugs": {
"url": "https://github.com/finom/seemple-router/issues"
},
"homepage": "https://github.com/finom/seemple-router#readme",
"peerDependencies": {
"seemple": "2.x"
}
}