-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "@usecannon/registry",
"version": "0.0.1",
"private": true,
"description": "Contract registry for Cannon images",
"scripts": {
"clean": "rm -rf ./cache ./artifacts ./typechain-types",
"test": "hardhat compile && hardhat --network hardhat test",
"coverage": "hardhat coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/usecannon/cannon.git",
"directory": "packages/registry"
},
"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",
"@synthetixio/core-contracts": "1.1.1",
"@typechain/ethers-v5": "10.1.0",
"@typechain/hardhat": "6.1.2",
"@types/mocha": "9.1.1",
"@types/node": "22.7.5",
"@usecannon/builder": "workspace:*",
"@usecannon/cli": "workspace:*",
"at-least-node": "^1.0.0",
"chai": "4.3.6",
"dotenv": "16.0.1",
"ethers": "5.7.1",
"hardhat": "^2.22.3",
"hardhat-cannon": "workspace:*",
"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": "^5.3.3",
"viem": "^2.22.22"
}
}