forked from yuque-helper/yuque2book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.17 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
50
51
{
"name": "yuque2book",
"version": "1.0.7",
"description": "convert yuque book to a static book",
"main": "dist/src/lib/index.js",
"scripts": {
"test": "npm run test",
"prepublish": "make build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cctv1005s/yuque2book.git"
},
"bin": {
"yuque2book": "./dist/src/index.js"
},
"keywords": [
"yuque",
"book",
"convert",
"html"
],
"author": "cctv1005s",
"license": "ISC",
"bugs": {
"url": "https://github.com/cctv1005s/yuque2book/issues"
},
"homepage": "https://github.com/cctv1005s/yuque2book#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"co": "^4.6.0",
"commander": "^2.19.0",
"debug": "^4.1.0",
"fs-extra": "^7.0.1",
"lodash": "^4.17.11",
"superagent": "^4.0.0",
"nodejieba": "^2.5.1",
"yuque-api": "0.0.4"
},
"devDependencies": {
"@types/cheerio": "^0.22.10",
"@types/commander": "^2.12.2",
"@types/debug": "^0.0.31",
"@types/fs-extra": "^5.0.4",
"@types/lodash": "^4.14.118",
"@types/node": "^10.12.12",
"tsc": "^1.0.0",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
}
}