forked from AABoyles/LessWrong-Portable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 955 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 955 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
{
"name": "lesswrong-portable",
"version": "0.1.1",
"description": "The latest in a long history of independent, disorganized projects to scrape collections of posts from LessWrong into ebooks",
"main": "build.js",
"scripts": {
"clean": "rf -r cache/*",
"start": "nodejs build.js",
"build": "nodejs build.js && nodejs build.js codex && nodejs build.js inadequate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AABoyles/LessWrong-Portable.git"
},
"author": "Tony Boyles",
"license": "ISC",
"bugs": {
"url": "https://github.com/AABoyles/LessWrong-Portable/issues"
},
"homepage": "https://github.com/AABoyles/LessWrong-Portable#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"fs-jetpack": "^1.2.0",
"graphql-request": "^1.8.2",
"jsdom": "^15.0.0",
"nodepub": "^2.0.7",
"parse5": "^5.1.0",
"sanitize-html": "^1.20.0",
"xmlserializer": "^0.6.1"
}
}