-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.94 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
{
"name": "tupelo-wasm-sdk",
"version": "v0.7.3",
"description": "The JavaScript SDK for interacting with the Tupelo network",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "./build.sh",
"docs": "./build-docs.sh",
"test": "mocha",
"test-suite": "scripts/test-suite.sh",
"build:wasm": "scripts/build-wasm.sh"
},
"author": "Quorum Control",
"repository": "https://github.com/quorumcontrol/tupelo-wasm-sdk",
"license": "MIT",
"dependencies": {
"@types/debug": "^4.1.5",
"@types/detect-node": "^2.0.0",
"@types/protobufjs": "^6.0.0",
"cids": "^0.7.2",
"debug": "^4.1.1",
"detect-node": "^2.0.4",
"events": "^3.0.0",
"google-protobuf": "^3.10.0",
"interface-datastore": "^0.8.0",
"ipfs-bitswap": "^0.26.2",
"ipfs-block": "^0.8.1",
"ipfs-block-service": "^0.16.0",
"ipfs-repo": "^0.30.1",
"ipld": "^0.25.3",
"ipld-dag-cbor": "^0.15.2",
"libp2p": "^0.26.2",
"libp2p-bootstrap": "^0.9.7",
"libp2p-crypto": "^0.17.1",
"libp2p-crypto-secp256k1": "^0.4.1",
"libp2p-floodsub": "^0.18.0",
"libp2p-kad-dht": "^0.15.4",
"libp2p-mplex": "^0.8.5",
"libp2p-pubsub": "^0.4.1",
"libp2p-secio": "^0.11.1",
"libp2p-tcp": "^0.13.2",
"libp2p-websockets": "^0.12.4",
"mafmt": "^6.0.10",
"merge-options": "^1.0.1",
"multiaddr": "^6.1.1",
"multihashing-async": "^0.7.0",
"peer-id": "^0.12.5",
"peer-info": "^0.15.1",
"pull-mplex": "^0.1.2",
"pull-ws": "^3.3.2",
"toml": "^3.0.0",
"tupelo-messages": "^2.2.1",
"util": "^0.12.1"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.6.0",
"@microsoft/api-extractor": "^7.6.0",
"@types/chai": "^4.2.5",
"@types/google-protobuf": "^3.7.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.8",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"rimraf": "^2.7.1",
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
}
}