forked from usePicnic/picnic-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.75 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "defibasket-contracts",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "hardhat test --network hardhat",
"lint": "./node_modules/.bin/solhint -f table contracts/**/*.sol",
"compile": "hardhat compile",
"coverage": "hardhat coverage",
"deploy": "hardhat run ./scripts/deploy.ts --network polygon",
"undeploy": "hardhat run ./scripts/undeploy.ts --network polygon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/defibasket/defibasket-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/defibasket/defibasket-contracts/issues"
},
"homepage": "https://defibasket.org",
"devDependencies": {
"@aave/protocol-v2": "^1.0.1",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@openzeppelin/contracts": "^4.5.0",
"@tenderly/hardhat-tenderly": "^1.0.12",
"@types/chai": "^4.3.0",
"@types/mocha": "^8.2.3",
"@types/mongodb": "^4.0.7",
"@types/node": "^14.18.12",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-periphery": "^1.4.0",
"abi-decoder": "^2.4.0",
"chai": "^4.3.6",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.4",
"hardhat": "^2.8.4",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-etherscan": "^1.0.1",
"hardhat-gas-reporter": "^1.0.8",
"mongodb": "^4.3.1",
"node-fetch": "^2.6.7",
"prompts": "^2.4.2",
"solc": "^0.8.11",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.20",
"ts-node": "^9.1.1",
"typescript": "^4.5.5",
"zeppelin-solidity": "^1.12.0"
},
"dependencies": {}
}