-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 819 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 819 Bytes
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": "review-bot-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./src/index.js",
"heroku-postbuild": "cd client && npm install && npm run copy-themes && npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apicache": "^1.6.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"google-spreadsheet": "^3.3.0",
"http-status": "^1.6.2",
"jimp": "^0.22.12",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.7.2",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-oauth": "^1.0.0",
"path": "^0.12.7",
"request": "^2.88.2",
"tmi.js": "^1.8.5",
"yargs": "^17.7.2"
}
}