-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
37 lines (37 loc) · 987 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
{
"name": "save-server",
"version": "1.5.5",
"description": "A powerful ShareX image and URL server, with support for multiple users.",
"main": "index.js",
"scripts": {
"test": "eslint index.js server/",
"start": "node ."
},
"bugs": "https://github.com/neztore/save-server/issues",
"homepage": "https://github.com/neztore/save-server#readme",
"repository": "github:neztore/save-server",
"keywords": [
"sharex",
"server",
"image server",
"image host",
"save-server"
],
"author": "Neztore <[email protected]> (https://nezto.re)",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.0.1",
"express": "^4.17.1",
"multer": "^1.4.5-lts.1",
"sqlite3": "^5.0.8",
"validator": "^13.0.0"
},
"devDependencies": {
"@types/express": "^4.17.3",
"@types/multer": "^1.4.2",
"eslint": "^7.16.0"
}
}