forked from KotTenRat/image-host
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 824 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": "image-host",
"version": "1.0.0",
"description": "An image host, like pomf.se",
"main": "index.js",
"scripts": {
"start": "node ."
},
"keywords": [
"image",
"host",
"pomf",
"sharex"
],
"author": "dapper#0666",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"aes-js": "^3.1.2",
"argon2": "^0.26.2",
"better-sqlite3": "^7.1.0",
"chokidar": "^3.5.1",
"discord.js": "^12.3.1",
"enmap": "^5.4.1",
"express": "^4.17.1",
"helmet": "^4.1.1",
"html-escaper": "^3.0.0",
"mime": "^2.4.6",
"moment": "^2.27.0",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"superagent": "^6.1.0"
},
"optionalDependencies": {
"spdy": "^4.0.2"
},
"repository": "github:dapper-gh/image-host"
}