forked from Trang217/Final-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "final-project",
"version": "1.0.0",
"description": "This is a beautiful informative ecosystem education app",
"main": "index.js",
"scripts": {
"heroku-postbuild": "cd client && npm install && npm install --dev && npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server",
"prod": "NODE_ENV=production node server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trang217/Final-Project.git"
},
"author": "Aleksandra, Luisa, Patrick, Trang",
"license": "ISC",
"bugs": {
"url": "https://github.com/Trang217/Final-Project/issues"
},
"homepage": "https://github.com/Trang217/Final-Project#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^11.0.0",
"express": "^4.17.2",
"html-to-text": "^8.1.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.6",
"nodemailer": "^6.7.2",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"pug": "^3.0.2",
"validator": "^13.7.0"
},
"engines": {
"node": "16.x"
}
}