-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.08 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
47
48
49
50
51
52
{
"name": "pear-api",
"version": "1.0.0",
"description": "Pear API Base & Integration Module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"cmd/",
"constants.js",
"crasher.js",
"errors.js",
"gunk.js",
"index.js",
"parse-link.js",
"shell.js",
"state.js",
"teardown.js",
"transform.js",
"tryboot.js",
"worker.js"
],
"keywords": [
"pear",
"pear runtime",
"peer-to-peer",
"p2p",
"api",
"integration",
"extension"
],
"author": "Holepunch",
"license": "Apache-2.0",
"dependencies": {
"b4a": "^1.6.7",
"bare-path": "^3.0.0",
"bare-signals": "^3.0.2",
"bare-subprocess": "^4.0.3",
"child_process": "npm:bare-node-child-process",
"fs": "npm:bare-node-fs",
"hypercore-id-encoding": "^1.3.0",
"path": "npm:bare-node-path",
"paparam": "^1.6.1",
"pear-link": "^2.0.6",
"safety-catch": "^1.0.2",
"sodium-native": "^4.3.1",
"url-file-url": "^1.0.4",
"which-runtime": "^1.2.1",
"z32": "^1.1.0"
}
}