-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 KB
/
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
44
45
46
{
"name": "hyperupdate",
"version": "1.2.2",
"description": "P2P Electron updater with binary diffing built in",
"main": "index.js",
"dependencies": {
"@corestore/networker": "^1.0.4",
"@hyperswarm/replicator": "^1.7.1",
"corestore": "^5.8.1",
"fd-lock": "^1.1.1",
"hrpc-runtime": "^2.0.0",
"hypercore": "^9.5.0",
"hypertrie": "^5.0.5",
"hyperupdate-helper": "^1.0.2",
"protocol-buffers-encodings": "^1.1.0",
"pump": "^3.0.0",
"rabin-stream": "^1.0.0",
"sodium-native": "^3.2.0",
"streamx": "^2.6.4",
"tar-fs": "^2.1.0",
"thunky": "^1.1.0",
"unix-socket-path": "^1.0.0"
},
"devDependencies": {
"hrpc": "^2.2.0",
"protocol-buffers": "^4.2.0"
},
"bin": {
"hyperupdate-release": "./release.js",
"hyperupdate-mirror": "./mirror.js"
},
"scripts": {
"protobuf": "protocol-buffers schema.proto -o lib/messages.js",
"hrpc": "hrpc schema.proto --rpc lib/rpc.js --messages lib/messages.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hyperdivision/hyperupdate.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyperdivision/hyperupdate/issues"
},
"homepage": "https://github.com/hyperdivision/hyperupdate"
}