-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 952 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 952 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
32
33
34
{
"name": "lendinglibrary",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./scripts/test.sh",
"compile": "npx truffle compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peppersec/lendingLibrary.git"
},
"author": "Alexey Pertsev <alexey@peppersec.com> (https://peppersec.com), Roman Semenov <roman.semenov@peppersec.com> (https://peppersec.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/peppersec/lendingLibrary/issues"
},
"homepage": "https://github.com/peppersec/lendingLibrary#readme",
"dependencies": {
"bn-chai": "^1.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"ganache-cli": "^6.6.0",
"openzeppelin-solidity": "^2.3.0",
"truffle": "^5.0.33",
"web3": "^1.2.1",
"web3-utils": "latest"
},
"devDependencies": {
"dotenv": "^8.1.0",
"truffle-hdwallet-provider": "^1.0.17"
}
}