-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 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
{
"name": "bracubot",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"deploy": "gcloud app deploy --quiet",
"log": "gcloud app logs tail -s default",
"deploy-log": "yarn deploy && yarn log"
},
"dependencies": {
"@google-cloud/datastore": "^6.6.2",
"@google-cloud/firestore": "^5.0.1",
"@google-cloud/pubsub": "^3.0.1",
"amqplib": "^0.10.0",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"csv-parser": "^2.3.2",
"debug": "~2.6.9",
"discord.js": "^11.5.1",
"dotenv": "^7.0.0",
"ejs": "^2.7.1",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"express-session": "^1.17.0",
"firebase-admin": "^10.0.1",
"grpc": "^1.24.11",
"helmet": "^3.21.2",
"http-errors": "~1.6.2",
"md5": "^2.2.1",
"morgan": "^1.9.1",
"mysql": "^2.17.1",
"pug": "2.0.0-beta11",
"request": "^2.88.0",
"yargs": "^15.3.1"
}
}