-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 880 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
{
"name": "lendz",
"version": "1.0.0",
"description": "ETHIndia 2.0 project",
"main": "truffle-config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smitrajput/LendZ.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",
"truffle-hdwallet-provider": "^1.0.15",
"web3": "1.0.0-beta.34"
},
"keywords": [
"Lendroid",
"AZTEC",
"ETHIndia"
],
"author": "Smit Rajput, Tezan Sahu, Akash Kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/smitrajput/LendZ/issues"
},
"homepage": "https://github.com/smitrajput/LendZ#readme"
}