-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 947 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 947 Bytes
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
{
"name": "docsify-pdf-converter",
"version": "4.2.2",
"description": "A magical pdf generator for docsify projects.",
"main": "index.js",
"engines": {
"node": "22"
},
"scripts": {
"dev": "SHOW_BROWSER=true nodemon --watch src/ index",
"lint": "eslint --fix .",
"test": "node index",
"test-docker": "bash ./scripts/test-docker.sh"
},
"dependencies": {
"colors": "1.4.0",
"docsify-cli": "4.4.4",
"easy-pdf-merge": "0.2.6",
"fs-extra": "11.3.2",
"is-url": "1.2.4",
"jsdom": "22.1.0",
"lodash": "4.17.21",
"markdown-link-extractor": "1.3.1",
"puppeteer": "24.26.1",
"rcfile": "1.0.3",
"remark-parse": "9.0.0",
"uglify-js": "3.19.3",
"unified": "9.2.2"
},
"devDependencies": {
"@antfu/eslint-config": "^6.1.0",
"@types/node": "22",
"eslint": "^9.38.0",
"nodemon": "3.1.10"
},
"standard": {
"ignore": [
"resources/"
]
}
}