-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 815 Bytes
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
{
"name": "jobsnu-se",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"heroku-postbuild": "cd jobsnu && npm install --only=dev && npm install && npm run build",
"start": "node backEnd.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@pusher/chatkit-client-react": "^0.1.2",
"@pusher/chatkit-server": "^2.2.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dateformat": "^3.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"mysql": "^2.17.1",
"nodemailer": "^6.3.1",
"path": "^0.12.7",
"react-payment-request-api": "^3.1.0"
},
"engines": {
"node": "10.16.3"
}
}