-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.79 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 2.79 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "pear",
"version": "3.0.0",
"bin": "pear",
"productName": "pear",
"upgrade": {
"production": "pear://6jkngbnqj6rzpq1aip3fiqfyc4bh7epfr91qmct1q95djc73whto",
"stage": "pear://6jkngbnqj6rzpq1aip3fiqfyc4bh7epfr91qmct1q95djc73whto",
"dev": "pear://6jkngbnqj6rzpq1aip3fiqfyc4bh7epfr91qmct1q95djc73whto"
},
"private": true,
"scripts": {
"test:gen": "brittle -r test/all.mjs test/*.test.js",
"test": "bare scripts/test.mjs",
"format": "prettier --write . && lunte --fix",
"lint": "prettier --check . && lunte",
"make": "bare scripts/make.js production",
"make:stage": "bare scripts/make.js stage",
"make:dev": "bare scripts/make.js dev",
"hyperdb:build": "node scripts/build-hyperdb.js"
},
"author": "Holepunch",
"dependencies": {
"b4a": "^1.6.7",
"bare-daemon": "^1.1.0",
"bare-events": "^2.8.3",
"bare-format": "^1.0.2",
"bare-fs": "^4.1.2",
"bare-hrtime": "^2.1.1",
"bare-inspector": "^4.0.2",
"bare-os": "^3.6.1",
"bare-path": "^3.0.0",
"bare-readline": "^1.3.1",
"bare-stream": "^2.13.1",
"bare-subprocess": "^5.1.5",
"bare-tty": "^5.0.2",
"corestore": "^7.2.1",
"db-lock": "^1.2.0",
"debounceify": "^1.1.0",
"hyper-multisig": "^2.0.0",
"hypercore-crypto": "^3.5.0",
"hypercore-id-encoding": "^1.3.0",
"hypercore-sign": "^4.1.1",
"hyperdb": "^6.6.3",
"hyperdrive": "^13.1.1",
"hyperschema": "^1.10.4",
"hyperswarm": "^4.11.1",
"localdrive": "^2.2.0",
"localwatch": "^1.4.3",
"paparam": "^1.10.0",
"pear-build": "^1.0.0",
"pear-changelog": "^1.0.1",
"pear-errors": "^1.0.1",
"pear-gracedown": "^1.0.1",
"pear-inspect": "^1.2.5",
"pear-install": "^1.0.8",
"pear-ipc": "^6.11.0",
"pear-link": "^5.0.0",
"pear-opstream": "^1.0.0",
"pear-opwait": "^1.0.0",
"pear-runtime-updater": "^3.1.0",
"rache": "^1.0.0",
"ready-resource": "^1.2.0",
"safety-catch": "^1.0.2",
"semifies": "^1.0.0",
"sodium-native": "^5.0.0",
"speedometer": "^1.1.0",
"streamx": "^2.22.0",
"tiny-byte-size": "^1.1.0",
"unix-path-resolve": "^1.0.2",
"url-file-url": "^1.0.5",
"which-runtime": "^1.2.1",
"z32": "^1.1.0"
},
"devDependencies": {
"@hyperswarm/secret-stream": "^6.9.1",
"@hyperswarm/testnet": "^3.1.4",
"bare-build": "^1.0.0",
"bare-env": "^3.0.0",
"bare-runtime": "^1.28.5",
"brittle": "^4.0.0",
"lunte": "^1.6.0",
"pear-interface": "^1.1.0",
"prettier": "^3.6.2",
"prettier-config-holepunch": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/pear.git"
},
"bugs": {
"url": "https://github.com/holepunchto/pear/issues"
},
"homepage": "https://github.com/holepunchto/pear#readme",
"license": "Apache-2.0"
}