-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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
{
"name": "dbms_project",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"user": "node app.js",
"userDEV": "nodemon app.js",
"devloper": "cd devloper && npm run start",
"devloperDEV": "cd devloper && nodemon run start",
"devloper-install": "npm install --prefix devloper",
"start": "concurrently \"npm run devloper\" \"npm run user\"",
"dev": "concurrently \"npm run devloperDEV\" \"npm run userDEV\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/shreyventure/book-store-rdbms.git"
},
"author": "Shreyas Shrawage",
"license": "ISC",
"bugs": {
"url": "https://github.com/shreyventure/book-store-rdbms/issues"
},
"homepage": "https://github.com/shreyventure/book-store-rdbms#readme",
"dependencies": {
"axios": "^0.20.0",
"bcrypt": "^5.0.0",
"concurrently": "^5.3.0",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"mysql": "^2.18.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"stripe": "^8.96.0"
},
"proxy": "http://localhost:8000"
}