-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.37 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
51
52
53
54
55
{
"name": "roulette",
"version": "1.0.0",
"description": "Roulette",
"main": "app.js",
"dependencies": {
"@solana/web3.js": "^1.31.0",
"axios": "^1.6.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.1",
"child_process": "^1.0.2",
"chokidar": "^3.5.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cron": "^1.8.2",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dateformat": "^5.0.2",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.2",
"express-validator": "^5.3.0",
"hex2dec": "^1.1.2",
"http": "0.0.1-security",
"js-sha256": "^0.9.0",
"jsonwebtoken": "^8.5.1",
"md5": "^2.3.0",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.2",
"numeral": "^2.0.6",
"nunjucks": "^3.2.3",
"passport": "^0.5.2",
"random-org": "^2.2.0",
"random-string": "^0.2.0",
"request": "^2.88.2",
"sequelize": "^6.12.4",
"socket.io": "^4.4.0",
"sqlite3": "^5.1.6",
"striptags": "^3.2.0",
"winson": "^1.0.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "ISC"
}