-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 872 Bytes
/
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
{
"name": "backandapi",
"version": "1.0.0",
"description": "Backend API",
"main": "app.js",
"scripts": {
"test": "start",
"start": "knex migrate:latest --knexfile db/knexfile.js& nodemon app.js"
},
"author": "Abhinav_kashyap5\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[\u001b[\u001b[\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[Ckashyap5@chetu.com",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"bookshelf": "^1.2.0",
"dotenv": "^16.0.3",
"dotenv-safe": "^8.2.0",
"eslint": "^8.30.0",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"knex": "^2.3.0",
"mysql": "^2.18.1",
"pg": "^8.8.0",
"swagger": "^0.7.5",
"swagger-ui-express": "^4.6.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}