forked from Neztore/save-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 826 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
{
"name": "Chuw's Upload Server",
"version": "0.0.2",
"main": "index.js",
"scripts": {
"test": "eslint index.js server/",
"start": "node ."
},
"keywords": [
"sharex",
"server",
"image server",
"image host",
"save-server"
],
"author": "Neztore <[email protected]> (https://nezto.re)",
"license": "MIT",
"dependencies": {
"@pm2/io": "^5.0.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.0.1",
"express": "^4.17.1",
"hotnode": "^0.0.8",
"mongodb": "^4.12.1",
"mongoose": "^6.7.5",
"multer": "^1.4.5-lts.1",
"sqlite3": "^5.0.8",
"tippy.js": "^6.3.7",
"validator": "^13.0.0"
},
"devDependencies": {
"@types/express": "^4.17.3",
"@types/multer": "^1.4.2",
"eslint": "^7.16.0"
}
}