-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "backend",
"version": "1.0.0",
"description": "Backend repository for the assignment 3",
"main": "index.js",
"scripts": {
"lint": "eslint 'src/**/*.js*'",
"start": "babel-node ./src/server.js",
"dev": "nodemon --exec babel-node ./src/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install && npm start",
"heroku-postbuild": "PGSSLMODE=no-verify npx sequelize-cli db:migrate && PGSSLMODE=no-verify npx sequelize-cli db:seed:all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CS3216-A3-Group-7/backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CS3216-A3-Group-7/backend/issues"
},
"homepage": "https://github.com/CS3216-A3-Group-7/backend#readme",
"devDependencies": {
"eslint": "^7.32.0",
"sequelize-cli": "^6.2.0"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/node": "^7.15.4",
"@babel/preset-env": "^7.15.4",
"and": "0.0.3",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"http-status-codes": "^2.1.4",
"ioredis": "^4.27.9",
"jsonwebtoken": "^8.5.1",
"nanoid": "^3.1.25",
"nodemon": "^2.0.12",
"npm": "^7.22.0",
"pg": "^8.7.1",
"prettier": "^2.3.2",
"redis": "^3.1.2",
"redis-semaphore": "^4.1.0",
"sequelize": "^6.6.5",
"socket.io": "^4.2.0",
"start": "^5.1.0"
}
}