-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.17 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.17 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
{
"name": "gdsc-itb-backend-and-database",
"version": "1.0.0",
"description": "GDSC ITB Backend and Database Movie App",
"main": "index.js",
"engine": {
"node": "16.13.1",
"npm": "8.1.2"
},
"scripts": {
"start": "node index.js",
"client": "cd client && npm start",
"dev": "concurrently -n 'server,client' -c 'red,green' \"nodemon server.js\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nicholas-Sidharta12365/GDSC-ITB-Backend-and-Database.git"
},
"author": "Kelompok 36",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nicholas-Sidharta12365/GDSC-ITB-Backend-and-Database/issues"
},
"homepage": "https://github.com/Nicholas-Sidharta12365/GDSC-ITB-Backend-and-Database#readme",
"dependencies": {
"axios": "^0.25.0",
"bcrypt": "^5.0.1",
"concurrently": "^7.0.0",
"dotenv": "^14.3.2",
"express": "^4.17.2",
"mongoose": "^6.1.8",
"morgan": "^1.10.0",
"nodemon": "^2.0.15"
}
}