-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 857 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 857 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
{
"name": "blockchain",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nodemon --watch dev -e js api/api.js PORT=3000 http://127.0.0.1",
"start": "node api/api.js http://127.0.0.1",
"node_1": "nodemon --watch dev -e js api/api.js PORT=3001 http://127.0.0.1",
"node_2": "nodemon --watch dev -e js api/api.js PORT=3002 http://127.0.0.1",
"node_3": "nodemon --watch dev -e js api/api.js PORT=3003 http://127.0.0.1",
"node_4": "nodemon --watch dev -e js api/api.js PORT=3004 http://127.0.0.1",
"node_5": "nodemon --watch dev -e js api/api.js PORT=3005 http://127.0.0.1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.2",
"body-parser": "^1.20.0",
"express": "^4.18.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}