-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.65 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
{
"name": "@term-finance/viem-mock-contract",
"description": "Adds a simple mock contract for hardhat-viem",
"keywords": [
"viem",
"hardhat",
"mock",
"contract"
],
"version": "0.1.6",
"main": "src/index.js",
"license": "MIT",
"homepage": "https://github.com/term-finance/viem-mock-contract",
"bugs": {
"url": "https://github.com/term-finance/viem-mock-contract/issues"
},
"repository": {
"type": "git",
"url": "github:term-finance/viem-mock-contract"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nomicfoundation/hardhat-ignition": "^0.15.0",
"@nomicfoundation/hardhat-ignition-viem": "^0.15.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.9",
"@nomicfoundation/hardhat-viem": "^2.0.0",
"@types/chai": "^4.2.0",
"@types/chai-as-promised": "^8.0.0",
"@types/eslint__js": "^8.42.3",
"@types/mocha": ">=9.1.0",
"@types/node": ">=18.0.0",
"abitype": "^1.0.5",
"chai": "^4.2.0",
"eslint": "^9.8.0",
"hardhat": "^2.22.6",
"hardhat-gas-reporter": "^2.2.0",
"prettier": "^3.3.3",
"solidity-coverage": "^0.8.0",
"ts-node": ">=8.0.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0",
"viem": "^2.18.7"
},
"scripts": {
"build:hardhat": "hardhat compile",
"build:tsc": "tsc",
"check:eslint": "eslint .",
"check:prettier": "prettier --check .",
"fix:eslint": "eslint --fix .",
"fix:prettier": "prettier --write .",
"test": "hardhat test",
"coverage": "hardhat coverage"
},
"packageManager": "[email protected]"
}