-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.28 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "hypershare",
"version": "1.0.0",
"description": "P2P file sharing with curated networks",
"main": "index.html",
"type": "module",
"pear": {
"name": "hypershare",
"type": "desktop",
"gui": {
"darwin": {
"backgroundColor": "#0d0d0d",
"width": 1200,
"height": 800,
"minWidth": 800,
"minHeight": 600,
"resizable": true,
"center": true,
"closable": true
}
}
},
"scripts": {
"start": "pear run --dev .",
"dev": "pear run --dev .",
"build": "pear stage hypershare",
"release": "pear release hypershare",
"test": "node test-network.js"
},
"dependencies": {
"autobase": "^7.13.3",
"b4a": "^1.6.6",
"bare": "^1.20.1",
"corestore": "^7.4.5",
"debounceify": "^1.1.0",
"hyperbeam": "^3.1.0",
"hyperbee": "^2.24.2",
"hypercore": "^11.10.1",
"hypercore-crypto": "^3.6.1",
"hyperdb": "^4.14.0",
"hyperdht": "^6.20.5",
"hyperdrive": "^11.6.2",
"hyperswarm": "^4.11.7"
},
"devDependencies": {
"@types/node": "^20.0.0",
"pear-interface": "^1.1.0"
},
"keywords": [
"p2p",
"file-sharing",
"decentralized",
"holepunch",
"pear",
"hyperdrive",
"autobase"
],
"author": "",
"license": "MIT"
}