-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 925 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
{
"name": "scrypta-p2p",
"version": "1.0.0",
"description": "Scrypta P2P IdANodes service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon p2p-engine.js",
"start": "node p2p-engine.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"author": "Scrypta Task Force",
"license": "MIT",
"dependencies": {
"coinkey": "^3.0.0",
"crypto-js": "^3.1.9-1",
"dns": "^0.2.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"formidable": "^1.2.1",
"get-port": "^5.1.1",
"is-port-available": "^0.1.5",
"minimist": "^1.2.3",
"portfinder": "^1.0.25",
"public-ip": "^4.0.0",
"request": "^2.88.0",
"secp256k1": "^4.0.0",
"snyk": "^1.278.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
"nodemon": "^2.0.2"
},
"snyk": true
}