forked from ipfs/interop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.85 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ipfs-interop",
"version": "1.0.0",
"description": "Interoperability Tests for IPFS",
"main": "",
"bin": {
"ipfs-interop": "./bin/ipfs-interop.js"
},
"engines": {
"node": ">=10.0.0",
"npm": ">6.0.0"
},
"scripts": {
"lint": "aegir lint",
"test": "cross-env IPFS_REUSEPORT=false aegir test",
"test:node": "cross-env IPFS_REUSEPORT=false aegir test -t node -f test/node.js",
"test:browser": "cross-env IPFS_REUSEPORT=false aegir test -t browser --no-cors -f test/browser.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/interop.git"
},
"keywords": [
"IPFS"
],
"author": "David Dias <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/interop/issues"
},
"homepage": "https://github.com/ipfs/interop#readme",
"dependencies": {
"aegir": "^20.3.1",
"base64url": "^3.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cids": "~0.7.1",
"cross-env": "^6.0.3",
"delay": "^4.3.0",
"detect-node": "^2.0.4",
"dirty-chai": "^2.0.1",
"hat": "~0.0.3",
"ipfs-unixfs": "^0.3.0",
"ipfsd-ctl": "^3.0.0",
"ipns": "^0.7.0",
"is-ci": "^2.0.0",
"is-os": "^1.0.1",
"it-all": "^1.0.1",
"it-concat": "^1.0.0",
"it-last": "^1.0.1",
"libp2p-webrtc-star": "^0.17.7",
"mocha": "^5.2.0",
"multihashes": "~0.4.14",
"p-retry": "^4.1.0",
"pretty-bytes": "^5.1.0",
"promisify-es6": "^1.0.3",
"random-fs": "^1.0.3",
"readable-stream-buffer-stream": "^1.0.0",
"resolve-cwd": "^3.0.0",
"rimraf": "^3.0.0"
},
"contributors": [],
"devDependencies": {
"go-ipfs-dep": "0.4.23-3",
"ipfs": "^0.41.0",
"ipfs-http-client": "^42.0.0"
},
"peerDependencies": {
"go-ipfs-dep": "^0.4.23-3",
"ipfs": "^0.41.0",
"ipfs-http-client": "^42.0.0"
}
}