-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1 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
{
"name": "itw-project-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"engines": {
"node": "16.13.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js",
"heroku-postbuild": "cd frontend && NPM_CONFIG_PRODUCTION=false npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betusingh890/CollegeFeedbackSystem.git"
},
"author": "Prasoon Rajpoot",
"license": "ISC",
"bugs": {
"url": "https://github.com/betusingh890/CollegeFeedbackSystem/issues"
},
"homepage": "https://github.com/betusingh890/CollegeFeedbackSystem#readme",
"dependencies": {
"dotenv": "^16.0.0",
"express": "^4.17.3",
"google-auth-library": "^7.14.1",
"mongoose": "^6.2.10",
"mongoose-findorcreate": "^3.0.0",
"nodemon": "^2.0.15",
"passport": "^0.5.2",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"url": "^0.11.0"
}
}