-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "@cloudy-db/js",
"version": "0.0.1",
"main": "src/index.js",
"dependencies": {
"libp2p-webrtc-star": "git+https://github.com/isaackwan/js-libp2p-webrtc-star.git#allow-simple-peers-options-v0.14.0",
"ipfs-pubsub-room": "git+https://github.com/ipfs-shipyard/ipfs-pubsub-room.git#7a7b931",
"ipfs": "git+https://github.com/cloudy-db/js-ipfs.git#no-default-wrtc",
"ipfs-repo": "0.20.0",
"jest": "^22.4.3",
"lodash": "^4.17.10",
"orbit-db": "^0.19.7",
"re-emitter": "^1.1.3",
"rxjs": "6.1.0",
"uuid": "^3.2.1",
"wrtc": "0.1.1"
},
"peerDependencies": {
"wrtc": "0.1.1"
},
"devDependencies": {
"@types/lodash": "^4.14.108",
"@types/node": "^9.6.2",
"await-sleep": "^0.0.1",
"chai": "^4.1.2",
"eslint": "^4.19.0",
"jsdoc": "^3.5.5",
"mocha": "^5.0.5",
"nyc": "^11.7.1",
"sinon": "^5.0.7",
"typescript": "^2.8.1"
},
"scripts": {
"test": "nyc mocha",
"lint": "eslint src/**",
"typescript": "tsc",
"jsdoc": "jsdoc src/** -d docs/"
},
"engines": {
"node": "^9.0.0"
}
}