-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.32 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@sturdy/aggregator-v1",
"version": "1.0.0",
"description": "Sturdy Aggregator V1 smart contracts",
"files": [
"contracts",
"artifacts"
],
"scripts": {
"hardhat": "hardhat",
"hardhat:main": "hardhat --network main",
"compile": "SKIP_LOAD=true hardhat compile",
"test": "rm -f deployed-contracts.json && npm run compile && npm run sturdy:evm:fork:mainnet:migration && FORK=main SKIP_DEPLOY=true TS_NODE_TRANSPILE_ONLY=1 hardhat test ./test-suites/*.spec.ts --network localhost",
"sturdy:evm:fork:mainnet:migration": "FORK=main hardhat sturdy:mainnet --network localhost"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.8",
"@nomiclabs/buidler-ethers": "^2.0.2",
"@nomiclabs/buidler-etherscan": "^2.1.0",
"@nomiclabs/buidler-waffle": "^2.1.0",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@tenderly/hardhat-tenderly": "^1.5.3",
"@typechain/ethers-v4": "^7.0.0",
"@typechain/ethers-v5": "^10.2.0",
"@typechain/hardhat": "^6.1.5",
"@types/chai": "^4.3.4",
"@types/lowdb": "^1.0.11",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"bignumber.js": "^9.1.1",
"buidler-typechain": "^0.2.2",
"chai": "^4.3.7",
"chai-bignumber": "^3.1.0",
"defender-relay-client": "^1.38.0",
"dotenv": "^16.0.3",
"eth-sig-util": "^3.0.1",
"ethereum-waffle": "^4.0.9",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.7.2",
"hardhat": "^2.12.6",
"hardhat-gas-reporter": "^1.0.9",
"husky": "^8.0.3",
"lowdb": "^1.0.0",
"prettier": "^2.8.3",
"prettier-plugin-solidity": "^1.1.1",
"pretty-quick": "^3.1.3",
"solidity-coverage": "^0.8.2",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typechain": "^8.1.1",
"typescript": "^4.9.4"
},
"author": "Sturdy",
"license": "AGPLv3",
"dependencies": {
"@balancer-labs/v2-interfaces": "^0.4.0",
"@balancer-labs/v2-pool-utils": "^4.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.5",
"hardhat-contract-sizer": "^2.7.0",
"sol-merger": "^4.1.1",
"tmp-promise": "^3.0.3",
"web3": "^1.8.1"
},
"keywords": [
"sturdy",
"protocol",
"aggregator-v1",
"ethereum",
"solidity"
]
}