forked from tezansahu/zkCompound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 997 Bytes
/
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
{
"name": "zkCompound",
"version": "1.0.0",
"description": "Hack InOut Project by eeZeeTeeZee",
"main": "index.js",
"author": "Tezan <[email protected]>, Akash Kumar <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tezansahu/zkCompound.git"
},
"engines": {
"yarn": "1.15.2"
},
"dependencies": {
"@aztec/dev-utils": "0.12.2",
"@aztec/protocol": "0.9.1",
"@aztec/secp256k1": "1.0.1",
"aztec.js": "0.11.0",
"dotenv": "^8.0.0",
"ethereum-ens": "^0.7.7",
"ethlint": "^1.2.2",
"express": "^4.17.1",
"truffle-contract": "^4.0.31",
"truffle-hdwallet-provider": "^1.0.15",
"web3": "^1.0.0-beta.34"
},
"devDependencies": {
"bignumber.js": "8.0.1"
},
"keywords": [
"Compound",
"AZTEC",
"Hack InOut"
],
"bugs": {
"url": "https://github.com/tezansahu/zkCompound/issues"
},
"homepage": "https://github.com/tezansahu/zkCompound#readme"
}