-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 933 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
{
"name": "ranobelib2epub",
"version": "1.2.0",
"description": "",
"main": "./build/index.js",
"scripts": {
"build": "tsc",
"start": "node ./build/index.js",
"start:show": "cross-env HEADLESS=false npm run start",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/markdown-escape": "^1.1.0",
"@types/node": "^18.11.12",
"@types/node-fetch": "^2.6.2",
"cross-env": "^7.0.3",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"yaml": "^2.1.3"
},
"dependencies": {
"chromium": "^3.0.3",
"markdown-escape": "^2.0.0",
"node-fetch": "2.6.7",
"puppeteer": "^19.4.0",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-adblocker": "^2.13.5",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"ranobelib2epub": "link:"
}
}