-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 875 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
{
"name": "Practice-in-Front-End-Engineering-and-Components-Development",
"version": "1.0.0",
"description": "书名:Web前端工程化与组件化开发实践",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"s": "gitbook serve ./src",
"c": "find ./src -type f -name \"*.md\" | xargs wc -m | grep total",
"init-hooks": "cp ./scripts/pre-commit.sh ./.git/hooks/pre-commit && chmod a+x ./.git/hooks/pre-commit"
},
"repository": {
"type": "git",
"url": "[email protected]:zilong-thu/my-book-react-and-engineering.git"
},
"author": "zilong-thu",
"license": "ISC",
"dependencies": {
"gitbook-cli": "^2.3.2",
"gitbook-plugin-custom-js-css": "0.0.1"
},
"devDependencies": {
"gitbook": "^3.2.3",
"husky": "^0.14.3"
}
}