forked from boringcrypto/hardhat-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.99 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
58
59
60
61
62
63
64
65
66
67
{
"name": "@zoolabs/hardhat",
"version": "2.0.0",
"description": "Common test utilities for hardhat development",
"bin": {
"boring": "./cli.js"
},
"main": "index.js",
"scripts": {
"postinstall": "node ./cli.js postinstall",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoo-labs/hardhat.git"
},
"author": "Zoo Labs Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoo-labs/hardhat/issues"
},
"homepage": "https://github.com/zoo-labs/hardhat#readme",
"dependencies": {
"@nomiclabs/hardhat-ethers": "zoo-labs/hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "^2.1.3",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.3.3",
"@types/chai":"^4.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.15",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vitejs/plugin-vue": "^3.1.0",
"chai": "^4.3.6",
"dotenv": "^16.0.2",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.0",
"hardhat": "^2.11.1",
"hardhat-deploy": "^0.11.14",
"hardhat-ethers": "^1.0.1",
"hardhat-gas-reporter": "^1.0.9",
"husky": "^8.0.1",
"open-cli": "^7.0.1",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"pretty-quick": "^3.1.3",
"solhint": "^3.3.7",
"solidity-coverage": "^0.8.1",
"sync-request": "^6.1.0",
"ts-node": "^10.9.1",
"typechain": "8.1.0",
"typescript": "^4.8.2",
"vite": "^3.1.0",
"vue": "^3.2.38",
"vue-tsc": "^0.40.10"
}
}