-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
{
"name": "develop-knowledge-graphic",
"version": "1.0.0",
"description": "通过思维导图、UML图等图形形式,总结一些有用的开发知识",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"commit": "git-cz",
"test": "echo \"Error: no test specified\" && exit 1",
"readme": "node build/readme/readme.js out .png",
"push:force": "cross-env HUSKY_SKIP_HOOKS=1 git push"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/awamwang/develop-knowledge-graphic.git"
},
"keywords": [
"develop",
"knowledge",
"graphic"
],
"bugs": {
"url": "https://github.com/awamwang/develop-knowledge-graphic/issues"
},
"homepage": "https://github.com/awamwang/develop-knowledge-graphic#readme",
"dependencies": {},
"devDependencies": {
"cross-env": "^7.0.2",
"recursive-readdir-async": "^1.1.8"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}