-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 2.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
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
{
"name": "geesome-libs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --import tsx --experimental-global-customevent ./node_modules/.bin/mocha 'test/**/*.test.ts'",
"compile-fluence": "fluence aqua -i ./src/fluenceService/aqua/resources.aqua -o ./src/fluenceService/generated --js && mv src/fluenceService/generated/resources.js src/fluenceService/generated/resources.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ethersproject/hash": "^5.7.0",
"@helia/dag-cbor": "^4.0.0",
"@helia/unixfs": "^4.0.0",
"@types/chai": "^5.0.1",
"@types/create-hash": "^1.2.6",
"@types/dirty-chai": "^2.0.5",
"@types/lodash": "^4.17.13",
"@types/mocha": "^10.0.9",
"@types/node-forge": "^1.3.11",
"@types/openpgp": "^4.4.22",
"@types/pem-jwk": "^2.0.2",
"@types/uuid": "^10.0.0",
"axios": "^1.7.7",
"base64url": "^3.0.1",
"bn.js": "^4.0.0",
"cborg": "^1.2.1",
"cryptiles": "4.1.3",
"custom-event-polyfill": "^1.0.7",
"es6-promisify": "^6.0.1",
"eth-crypto": "^1.8.0",
"geesome-wallet-client": "https://github.com/galtproject/geesome-wallet-client#c95cf1c",
"got": "11.8.6",
"hat": "^0.0.3",
"helia": "^5.0.1",
"it-all": "^1.0.4",
"it-concat": "^1.0.3",
"it-first": "^1.0.4",
"it-last": "^1.0.4",
"it-to-stream": "^1.0.0",
"kubo-rpc-client": "^5.0.2",
"libp2p-crypto": "0.19.7",
"libp2p-interfaces": "1.1.0",
"lodash": "^4.17.11",
"multiformats": "13.3.0",
"multihashes": "^4.0.2",
"node-forge": "1.3.0",
"openpgp": "^4.10.0",
"p-iteration": "^1.1.8",
"peer-id": "0.15.3",
"pem-jwk": "^2.0.0",
"secp256k1": "^5.0.1",
"sha3": "^2.0.6",
"stable": "^0.1.8",
"strip-hex-prefix": "^1.0.0",
"tsx": "^4.19.2",
"uint8arrays": "^2.1.3",
"uuid": "^3.3.2",
"web3-utils": "^1.3.1"
},
"devDependencies": {
"async": "^3.1.0",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"lerna": "^3.22.1",
"mocha": "^10.7.3",
"typescript": "4.5.2"
}
}