-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "pi-backend",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"type": "commonjs",
"scripts": {
"test": "jest --passWithNoTests",
"start": "npm install && npx sequelize-cli db:migrate && node src/server.js",
"dev": "nodemon src/server.js",
"sequelize": "sequelize",
"vercel-build": "npm install pg && npm install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"archiver": "^7.0.1",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"j-node": "^1.0.16",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.3",
"nodemailer": "^6.9.15",
"pg": "^8.13.0",
"sequelize": "^6.37.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"nodemon": "^3.1.7",
"sequelize-cli": "^6.6.2"
}
}