-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.13 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.13 KB
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
44
45
46
47
48
49
{
"name": "autopass",
"version": "3.3.0",
"main": "index.js",
"scripts": {
"brittle": "brittle test.js",
"lint": "prettier . --check",
"format": "prettier . --write",
"test": "npm run lint && npm run brittle"
},
"author": "Holepunch Inc",
"license": "Apache-2.0",
"description": "",
"imports": {
"fs": {
"bare": "bare-fs",
"default": "fs"
},
"process": {
"bare": "bare-process",
"default": "process"
}
},
"devDependencies": {
"bare-fs": "^4.4.4",
"bare-process": "^4.2.1",
"brittle": "^3.19.0",
"hyperdht": "^6.23.0",
"prettier": "^3.6.2",
"prettier-config-holepunch": "^2.0.0",
"test-tmp": "^1.4.0"
},
"dependencies": {
"autobase": "^7.19.4",
"b4a": "^1.7.1",
"blind-encryption-sodium": "^1.0.2",
"blind-pairing": "^2.3.1",
"blind-peering": "^1.13.0",
"corestore": "^7.4.7",
"hyperbee": "^2.26.5",
"hypercore": "^11.16.2",
"hypercore-id-encoding": "^1.3.0",
"hyperdb": "^4.16.1",
"hyperdispatch": "^1.4.2",
"hyperschema": "^1.15.0",
"hyperswarm": "^4.14.0",
"ready-resource": "^1.2.0"
}
}