-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 962 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
40
{
"dependencies": {
"axios": "^1.3.5",
"body-parser": "^1.20.2",
"commander": "^10.0.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dat-swarm-defaults": "^1.0.3",
"discovery-swarm": "^6.1.0",
"dotenv": "^16.0.3",
"elliptic": "^6.5.4",
"express": "^4.18.2",
"get-port": "^5.1.1",
"prompt": "^1.3.0",
"prompt-sync": "^4.2.0",
"readline": "^1.3.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.11",
"concurrently": "^8.0.1",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"name": "blockchain-ts",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/peerList.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/peerList.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}