-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 974 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
38
39
40
{
"name": "byreader",
"version": "0.1.0",
"description": "Another comic reader",
"main": "src/app.js",
"scripts": {
"dev": "NODE_ENV=dev node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LynMoe/ByReader.git"
},
"author": "Lyn",
"license": "MIT",
"bugs": {
"url": "https://github.com/LynMoe/ByReader/issues"
},
"homepage": "https://github.com/LynMoe/ByReader#readme",
"dependencies": {
"@koa/cors": "^4.0.0",
"aes-js": "^3.1.2",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"fs-extra": "^11.1.1",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa-cookie": "^1.0.0",
"koa-logger": "^3.2.1",
"koa-router": "^12.0.0",
"mongodb": "^5.7.0",
"nedb": "^1.8.0",
"node-cache": "^5.1.2",
"node-html-parser": "^6.1.5",
"queue": "^6.0.2",
"sharp": "^0.31.3",
"validator": "^13.9.0",
"vue-load-image": "^1.1.0",
"winston": "^3.8.2"
}
}