-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 971 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
41
42
43
{
"name": "noise-p2p",
"version": "1.0.0",
"description": "",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"hyperswarm": "^2.14.0",
"length-prefixed-stream": "^2.0.0",
"nanoresource": "^1.3.0",
"noise-peer": "^2.1.0",
"pump": "^3.0.0",
"run-parallel": "^1.1.9",
"sodium-native": "^3.1.1",
"streamx": "^2.6.0"
},
"engines": {
"node": "^14.0.0"
},
"devDependencies": {
"@emilbayes/capped-array": "^1.0.0",
"compare": "^2.0.0",
"dotenv": "^8.2.0",
"standard": "^14.3.4"
},
"scripts": {
"pretest": "standard",
"test": "true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emilbayes/noise-p2p.git"
},
"keywords": [],
"author": "Emil Bay <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/emilbayes/noise-p2p/issues"
},
"homepage": "https://github.com/emilbayes/noise-p2p#readme"
}