-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.17 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.17 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
49
50
51
52
53
{
"name": "sharux",
"version": "0.0.1-dev",
"description": "SharuX - ShareX Upload server",
"main": "server.js",
"dependencies": {
"colors": "^1.4.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-ip-middleware": "^1.1.0",
"express-rate-limit": "^5.1.3",
"express-useragent": "^1.0.15",
"helmet": "^4.1.1",
"is-file-utf8": "^1.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"random-string": "^0.2.0",
"rethinkdb-ts": "^2.4.5"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"scripts": {
"test": "nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Roki100/SharuX.git"
},
"keywords": [
"SharuX",
"ShareX",
"Uploader",
"Server",
"Screenshot",
"JavaScript",
"Express",
"ejs",
"html",
"css"
],
"author": "Roki (https://github.com/Roki100)",
"contributors": [
"MILLION (https://github.com/Million900o)"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Roki100/SharuX/issues"
},
"homepage": "https://github.com/Roki100/SharuX#readme"
}