-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1015 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
45
46
{
"name": "pagedjs-cli",
"version": "0.1.0",
"author": "Yasuaki Uechi",
"scripts": {
"package": "pkg .",
"lint": "eslint src bin/paged",
"start": "paged",
"test": "mocha"
},
"main": "index.js",
"bin": "bin/paged",
"dependencies": {
"commander": "^6.0.0",
"express": "^4.17.1",
"hyphenopoly": "^4.7.0",
"katex": "^0.12.0",
"lodash": "^4.17.20",
"mathjax": "^3.0.1",
"node-fetch": "^2.6.0",
"ora": "^5.0.0",
"pagedjs": "0.1.42",
"pdf-lib": "0.6.4",
"puppeteer": "^5.2.1",
"replace-ext": "^2.0.0"
},
"devDependencies": {
"eslint": "^7.7.0",
"husky": "^4.2.5",
"mocha": "^8.1.1",
"pkg": "^4.4.9",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"homepage": "https://github.com/vibranthq/vibrant-cli",
"repository": {
"type": "git",
"url": "https://github.com/vibranthq/vibrant-cli.git"
},
"license": "MIT"
}