-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 897 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "ica-doc",
"version": "1.0.0",
"description": "convert doc to html",
"main": "./bin/doc.js",
"directories": {
"lib": "lib"
},
"scripts": {
"lint": "eslint bin/ lib/ --ext .js --ignore-pattern public --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"pre-commit": [
"lint"
],
"dependencies": {
"chalk": "^2.1.0",
"commander": "^2.11.0",
"inquirer": "^6.2.0",
"mammoth": "^1.4.21",
"pretty": "^2.0.0",
"ora": "^3.4.0"
},
"bin": {
"doc": "./bin/doc.js"
},
"author": "artdong",
"license": "MIT",
"devDependencies": {
"eslint": "^6.7.2",
"pre-commit": "^1.2.2",
"uglifyjs-webpack-plugin": "^1.1.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.5"
},
"keywords": [
"cli",
"ica",
"ica-doc",
"文档转换",
"doc转html",
"convert doc to html"
]
}