-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (33 loc) · 932 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
{
"name": "viplottery",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"database": "babel-node src/modal/CreateDatabase.js",
"start": "babel-node src/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "7.15.5",
"@babel/node": "7.15.4",
"@babel/preset-env": "7.15.6",
"axios": "^0.27.2",
"babel-core": "^7.0.0-bridge.0",
"body-parser": "1.19.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"md5": "^2.3.0",
"mysql2": "^2.3.3",
"node-cron": "^3.0.0",
"node-fetch": "^3.3.2",
"nodemon": "2.0.12",
"request": "^2.88.2",
"socket.io": "^4.4.1"
}
}