-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 917 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": "goit-js-45",
"version": "1.0.0",
"description": "Websockets test on Heroku",
"engines": {
"node": "16.x"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"server": "nodemon server",
"server:json": "json-server --watch server/db.json --port 3000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GregorHorvatH/goit-js-45.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GregorHorvatH/goit-js-45/issues"
},
"homepage": "https://GregorHorvatH.github.io/goit-js-45",
"dependencies": {
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"express": "^4.18.1",
"json-server": "^0.17.0",
"nodemon": "^2.0.16",
"socket.io": "^4.5.1",
"uuid": "^8.3.2"
},
"keywords": [
"node",
"heroku",
"express"
]
}