forked from ravi0lii/node-sharex-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 976 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 976 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
32
33
34
35
36
37
38
39
{
"name": "sharex-upload-server",
"version": "2.0.0",
"description": "ShareX upload server",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git@github.com:Ryahn/node-sharex-server.git"
},
"keywords": [
"sharex",
"upload",
"server"
],
"author": "Ryahn",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ryahn/node-sharex-server/issues"
},
"homepage": "https://github.com/Ryahn/node-sharex-server#readme",
"dependencies": {
"body-parser": "^1.20.3",
"busboy": "^1.6.0",
"colors": "^1.4.0",
"date-fns": "^4.1.0",
"express": "^4.21.2",
"express-handlebars": "^8.0.1",
"file-exists": "^5.0.1",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"random-string": "^0.2.0",
"silly-logger": "^1.3.1",
"ws": "^8.18.1"
}
}