-
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) · 1.05 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.05 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
{
"scripts": {
"start": "node server.js",
"dev": "SET NODE_ENV=development && nodemon server.js",
"deploy": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./src/scripts/deploy",
"bundle": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./src/scripts/generate_models",
"lint": "eslint . --ext .js --report-unused-disable-directives --max-warnings 0 --fix"
},
"dependencies": {
"@google-cloud/cloud-sql-connector": "^1.2.1",
"@google-cloud/firestore": "^7.1.0",
"aws-sdk": "^2.1529.0",
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"firebase-admin": "^11.11.1",
"http-status": "^1.7.3",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"nodemon": "^3.0.1",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.1",
"sequelize-auto": "^0.8.8",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint-plugin-prettier": "^5.0.1",
"nodemon": "^3.0.1"
}
}