-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 863 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": "ultrashare",
"version": "1.3.0",
"description": "UltraShare is a all in one server for screenshots, files, images, and links.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thelmgn/ultrashare.git"
},
"keywords": [
"share",
"sharex",
"server",
"screenshot",
"images",
"link-shortner",
"magiccap",
"pastebin"
],
"author": "theLMGN",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/thelmgn/ultrashare/issues"
},
"homepage": "https://github.com/thelmgn/ultrashare#readme",
"dependencies": {
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-rate-limit": "^3.4.0",
"speakeasy": "^2.0.0"
},
"devDependencies": {
"eslint": "^7.24.0"
}
}