-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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
{
"name": "web-server",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"dev": "NODE_ENV=development nodemon app.js",
"init": "NODE_ENV=development node models/dbInit.js",
"shutdown": "pm2 stop app && pm2 delete app && pm2 save",
"deploy": "NODE_ENV=production pm2 start app.js --log ./logs.txt --time && pm2 save"
},
"author": "Jason Kyle Tan",
"license": "MIT",
"dependencies": {
"@bull-board/express": "^4.12.1",
"accounting-js": "^1.1.1",
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"bull": "^4.10.4",
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"express-session": "^1.17.3",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AeGGIndie/cannon-requests.git"
},
"bugs": {
"url": "https://github.com/AeGGIndie/cannon-requests/issues"
},
"homepage": "https://github.com/AeGGIndie/cannon-requests#readme",
"description": ""
}