-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.44 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
{
"name": "orb",
"version": "1.0.0",
"description": "Orb contract. Auction + Harberger taxed ownership + invocations.",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test --show-stack-traces",
"node": "hardhat node"
},
"author": "Jonas Lekevicius <[email protected]>",
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.3",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.3",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@openzeppelin/hardhat-upgrades": "^3.0.2",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.5",
"chai": "^4.3.7",
"dotenv": "^16.3.1",
"eth-gas-reporter": "^0.2.25",
"ethers": "^6.10.0",
"hardhat": "^2.19.4",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.45",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-preprocessor": "^0.1.5",
"solidity-coverage": "^0.8.4",
"ts-node": "^10.9.2",
"typechain": "^8.2.0",
"typescript": "^5.3.3"
}
}