-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 893 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
32
33
34
35
36
37
38
39
{
"name": "heroku",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "14.16.0",
"npm": "6.14.11"
},
"scripts": {
"start": "node index.js",
"heroku-postbuild": "cd client && npm install && npm run build",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamaridesu/heroku.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kamaridesu/heroku/issues"
},
"homepage": "https://github.com/kamaridesu/heroku#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"jsonwebtoken": "^8.5.1",
"nodemailer": "^6.6.0",
"postgres": "^1.0.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}