forked from usecannon/cannon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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": "cannon-registry",
"version": "2.4.21",
"private": true,
"description": "Contract registry for Cannon images",
"scripts": {
"test": "hardhat --network hardhat test",
"coverage": "hardhat coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Synthetixio/cannon.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Synthetixio/cannon/issues"
},
"homepage": "https://github.com/Synthetixio/cannon#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.6",
"@nomiclabs/hardhat-etherscan": "3.1.0",
"@synthetixio/core-contracts": "1.1.1",
"@typechain/ethers-v5": "10.1.0",
"@typechain/hardhat": "6.1.2",
"@types/mocha": "9.1.1",
"@types/node": "18.0.0",
"@usecannon/builder": "^2.4.21",
"@usecannon/cli": "^2.4.21",
"chai": "4.3.6",
"dotenv": "16.0.1",
"ethers": "5.7.1",
"hardhat": "^2.12.6",
"hardhat-cannon": "^2.4.21",
"hardhat-contract-sizer": "^2.7.0",
"hardhat-gas-reporter": "^1.0.9",
"mocha": "10.0.0",
"solidity-coverage": "0.7.21",
"ts-node": "10.8.1",
"typechain": "8.1.0",
"typescript": "^4.8.2"
}
}