-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
26 lines (26 loc) · 993 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
{
"name": "tranche-lending-and-borrowing-for-agriculture-market",
"scripts": {
"accounts": "npx hardhat accounts --network hardhat",
"test": "npx hardhat test --network hardhat",
"test:Sample": "npx hardhat test ./test/sample/sample-test.js --network hardhat",
"test:Scenario": "npx hardhat test ./test/scenario.test.js --network hardhat",
"compile": "npx hardhat compile",
"deploy:sample": "npx hardhat run scripts/deployment/sample-deploy.js",
"deploy:velas_testnet": "npx hardhat run scripts/deploy.js --network velas_testnet",
"node": "npx hardhat node",
"scripts/sample-script.js": "node scripts/sample-script.js"
},
"dependencies": {
"@openzeppelin/contracts": "^3.4.0",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"dotenv": "^10.0.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1"
}
}