-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.9 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 2.9 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
97
98
99
{
"name": "pear",
"version": "3.4.0-rc.0",
"bin": "pear",
"productName": "pear",
"upgrade": {
"production": "pear://smw4thqaqed9iq6bae7a9cxd4fesruixgkafe38jny33ahs33igy",
"stage": "pear://ixhpogtfu9fd3drcbwqf7rebab8wsr1idwmmqchaxuoby4math9o",
"dev": "pear://w35om9zdgi6nwdbtjhk3m378tne3izsnotpd7syfiebgzcd6czio"
},
"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": "node scripts/make.js",
"make:stage": "CHANNEL=stage node scripts/make.js",
"make:dev": "CHANNEL=dev node scripts/make.js",
"hyperdb:build": "node scripts/build-hyperdb.js"
},
"author": "Holepunch",
"dependencies": {
"b4a": "^1.6.7",
"bare-daemon": "^1.2.4",
"bare-events": "^2.9.1",
"bare-file-logger": "^1.2.3",
"bare-format": "^1.0.2",
"bare-fs": "^4.7.4",
"bare-inspector": "^6.1.0",
"bare-os": "^3.9.3",
"bare-path": "^3.1.1",
"bare-readline": "^1.3.1",
"bare-stream": "^2.13.3",
"bare-subprocess": "^6.1.0",
"bare-tty": "^5.1.2",
"bare-tui-paparam": "^0.1.0",
"bare-worker": "^4.4.0",
"corestore": "^7.2.1",
"db-lock": "^1.2.0",
"debounceify": "^1.1.0",
"hyper-multisig": "^2.0.0",
"hypercore": "^11.33.5",
"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.12.0",
"pear-build": "^1.0.0",
"pear-changelog": "^1.0.1",
"pear-errors": "^1.0.1",
"pear-gracedown": "^1.0.4",
"pear-inspect": "^1.2.6",
"pear-install": "^1.0.8",
"pear-ipc": "^6.12.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.4",
"bare-env": "^3.0.0",
"bare-runtime": "^1.30.3",
"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"
}