-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 754 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 754 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
{
"name": "nflend",
"version": "1.0.0",
"description": "Lending market for NFTs using Aave credit delegation",
"main": "index.js",
"dependencies": {
"@openzeppelin/contracts": "^3.3.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.21",
"chai": "^4.2.0",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.0.23",
"hardhat": "^2.0.6",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"scripts": {
"test": "npx hardhat test test/StableDelegationLoanManager.ts"
},
"author": "Zer0dot",
"license": "AGPL-3.0-only"
}