-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
44
45
46
47
48
49
50
{
"name": "fast-uptime",
"version": "22.0.0",
"description": "FastUptime Web",
"main": "index.js",
"scripts": {
"start": "node index.js",
"npm": "npm i express request [email protected] glob util [email protected] querystring [email protected] ipinfo ejs [email protected]",
"audit": "npm audit fix --force",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Can",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"colors": "^1.4.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"croxydb": "^0.0.7",
"crypto-js": "^4.0.0",
"crypto-random-string": "^2.0.0",
"discord.js": "^13.7.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-handlebars": "^6.0.2",
"express-load": "^1.1.7",
"express-session": "^1.17.3",
"glob": "^8.0.3",
"ipinfo": "^1.5.1",
"md5": "^2.3.0",
"memorystore": "^1.6.7",
"moment": "^2.29.1",
"mongoose": "^6.3.5",
"mongoose-unique-validator": "^3.0.0",
"node-fetch": "^2.6.7",
"nodemailer": "^6.7.2",
"passport": "^0.5.2",
"passport-discord": "^0.1.4",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"path": "^0.12.7",
"portscanner": "^2.2.0",
"querystring": "^0.2.1",
"request": "^2.88.2",
"sha256": "^0.2.0",
"util": "^0.12.4"
}
}