-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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": "tupelo-lite",
"version": "0.0.17",
"description": "Immutable data store with digital signatures",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "./build.sh",
"test": "mocha"
},
"author": "",
"license": "UNLICENSED",
"dependencies": {
"@apollo/client": "^3.0.0-beta.48",
"@apollo/link-context": "^2.0.0-beta.3",
"@aws-amplify/pubsub": "^3.0.23",
"@types/debug": "^4.1.5",
"@types/graphql-type-json": "^0.3.2",
"@types/pbkdf2": "^3.0.0",
"@types/ws": "^7.2.5",
"add": "^2.0.6",
"aws-amplify": "^3.0.16",
"aws-sdk": "^2.691.0",
"cids": "^0.8.0",
"cross-fetch": "^3.0.4",
"debug": "^4.1.1",
"ethers": "^5.0.8",
"google-protobuf": "^3.12.0-rc.1",
"graphql": "^15.0.0",
"graphql-type-json": "^0.3.1",
"interface-datastore": "^1.0.2",
"ipfs-block-service": "^0.17.1",
"ipfs-repo": "^2.1.1",
"ipld": "^0.26.2",
"ipld-block": "^0.9.1",
"ipld-dag-cbor": "^0.15.2",
"pbkdf2": "^3.0.17",
"rimraf": "^3.0.2",
"scrypt-async-modern": "^3.0.12",
"tupelo-messages": "^2.2.1",
"ws": "^7.3.0"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.5",
"chai": "^4.2.0",
"mocha": "^7.1.2",
"ts-node": "^8.10.1",
"typescript": "^3.8.3"
}
}