-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 877 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
{
"name": "webread",
"version": "0.4",
"description": "Generate an epub file from a web page",
"scripts": {
"start": "node --loader ts-node/esm src/main.ts"
},
"author": "solarkraft",
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.13",
"@types/nodepub": "^3.0.0",
"@types/postlight__mercury-parser": "^2.2.4",
"@types/sanitize-html": "^2.6.2",
"sanitize-html": "^2.6.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@postlight/mercury-parser": "^2.2.1",
"@types/koa": "^2.13.4",
"@types/koa-router": "^7.4.4",
"canvas": "^2.9.0",
"cheerio": "^1.0.0-rc.10",
"html-entities": "^2.3.2",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-router": "^10.1.1",
"node-fetch": "^3.2.0",
"nodepub": "^3.0.7",
"request": "^2.88.2"
},
"type": "module"
}