forked from thebells1111/curiohoster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 KB
/
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
39
40
41
42
43
{
"name": "00-curiohoster",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"prod": "nodemon index.js",
"dev": "set DEV=true && nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.113.0",
"aws-sdk": "^2.1157.0",
"axios": "^0.23.0",
"basic-auth": "^2.0.1",
"cookie": "^0.4.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"express": "^4.18.1",
"express-http-proxy": "^1.6.2",
"helmet": "^4.6.0",
"irc": "^0.5.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.1.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"node-cache": "^5.1.2",
"node-fetch": "^3.2.5",
"node-opml-parser": "^1.0.0",
"nodemailer": "^6.7.0",
"parser": "^0.1.4",
"socket.io": "^4.5.1",
"stream": "0.0.2",
"svix": "^1.4.12",
"tossr": "^1.4.2"
}
}