forked from ensdomains/evmgateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.66 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
{
"name": "@ensdomains/l1-verifier",
"license": "MIT",
"version": "0.1.0-beta.4",
"repository": {
"type": "git",
"url": "https://github.com/ensdomains/evmgateway.git"
},
"bugs": {
"url": "https://github.com/ensdomains/evmgateway/issues"
},
"homepage": "https://github.com/ensdomains/evmgateway/tree/main/l1-verifier",
"scripts": {
"build": "echo 'building l1-verifier...' && bun hardhat compile",
"test": "node ./scripts/test.js",
"remote_test": "hardhat run scripts/remote.ts",
"clean": "rm -fr artifacts cache node_modules typechain-types",
"lint": "exit 0"
},
"devDependencies": {
"@ensdomains/l1-gateway": "0.1.0-beta.4",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.0.0",
"@nomiclabs/hardhat-ganache": "^2.0.1",
"@typechain/ethers-v6": "^0.4.0",
"@typechain/hardhat": "^8.0.0",
"@types/chai": "^4.2.0",
"@types/express": "^4.17.18",
"@types/mocha": ">=9.1.0",
"@types/supertest": "^2.0.14",
"chai": "^4.2.0",
"ethers": "^6.8.0",
"express": "^4.18.2",
"ganache": "^7.9.1",
"hardhat": "^2.17.4",
"hardhat-gas-reporter": "^1.0.8",
"solidity-bytes-utils": "^0.8.0",
"solidity-coverage": "^0.8.1",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"typechain": "^8.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@ensdomains/evm-verifier": "0.1.0-beta.4",
"@eth-optimism/contracts": "^0.6.0",
"@eth-optimism/contracts-bedrock": "^0.16.2"
}
}