-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.31 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
52
53
54
55
56
57
58
{
"name": "zigzi",
"version": "1.0.6",
"author": "ZIGBANG Co., Ltd.",
"keywords": [
"zigbang",
"document",
"doc",
"ppt",
"pdf",
"html"
],
"repository": "https://github.com/zigbang/zigzi",
"scripts": {
"start": "./bin/run"
},
"bin": {
"zigzi": "./bin/run"
},
"dependencies": {
"@marp-team/marp-cli": "^0.23.3",
"@oclif/command": "^1.8.16",
"@types/puppeteer": "^5.4.4",
"@types/shelljs": "^0.8.8",
"front-matter": "^4.0.2",
"marked": "^2.0.1",
"opentype.js": "^1.3.4",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"puppeteer": "^13.1.2",
"shelljs": "^0.8.4"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@types/marked": "^2.0.1",
"@types/node": "^10",
"@types/opentype.js": "^1.3.4",
"@types/pdf-parse": "^1.1.1",
"chai": "^4",
"ts-node": "^8",
"typescript": "^4.5.5"
},
"files": [
"/bin",
"/lib",
"/docs",
"/asset"
],
"license": "MIT",
"oclif": {
"bin": "zigzi"
},
"types": "lib/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}