-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 796 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 796 Bytes
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
{
"name": "sdk",
"version": "1.0.0",
"description": "",
"main": "emergent-reputation.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@alch/alchemy-web3": "^1.2.5",
"@futuretense/curve25519-elliptic": "^1.0.0",
"@futuretense/proxy-reencryption": "^2.0.0",
"@ipld/car": "^4.0.0",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-json": "^8.0.1",
"@openzeppelin/contracts": "^4.7.3",
"compile": "^0.0.2",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"fs": "^0.0.1-security",
"hardhat": "^2.11.2",
"ipfs-http-client": "^56.0.1",
"multiformats": "^9.6.4",
"recrypt-js": "^1.1.2",
"stream": "^0.0.2",
"web3": "^1.7.1"
}
}