This repository was archived by the owner on Sep 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.43 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.43 KB
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
47
48
{
"name": "goldenhouse",
"version": "1.0.0",
"description": "A E-Book manager which supports Kindle (Backend).",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "rm -rf bookEX-*/ && node --experimental-modules index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EarlySpringCommitee/GoldenHouse.git"
},
"keywords": [
"e-book",
"kindle",
"ebook"
],
"author": "ESC",
"license": "MIT",
"bugs": {
"url": "https://github.com/EarlySpringCommitee/GoldenHouse/issues"
},
"homepage": "https://github.com/EarlySpringCommitee/GoldenHouse#readme",
"dependencies": {
"@types/bluebird": "^3.5.27",
"@types/cors": "^2.8.5",
"@types/download": "^6.2.4",
"@types/express": "^4.17.0",
"@types/express-session": "^1.15.13",
"@types/helmet": "0.0.43",
"@types/multer": "^1.3.7",
"@types/uuid": "^3.4.5",
"bluebird": "^3.5.5",
"connect-sqlite3": "^0.9.11",
"cors": "^2.8.5",
"download": "^7.1.0",
"epub2": "^1.3.8",
"express": "^4.17.1",
"express-session": "^1.16.2",
"helmet": "^3.20.0",
"multer": "^1.4.2",
"sql-template-strings": "^2.2.2",
"sqlite": "^3.0.3",
"sqlite3": "^4.0.9",
"zipfile": "^0.5.12"
}
}