-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 2.4 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
{
"name": "push-gov_deployer",
"version": "1.0.0",
"scripts": {
"clean": "rimraf ./artifacts ./cache ./coverage ./types ./coverage.json && pnpm typechain",
"compile": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile",
"coverage": "hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && pnpm typechain",
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
"postcompile": "pnpm typechain",
"deploy:contracts": "hardhat deploy --reset",
"deployc": "pnpm deploy:contracts",
"test": "hardhat test",
"postinstall": "patch-package"
},
"files": [
"contracts"
],
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomicfoundation/hardhat-toolbox": "4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@openzeppelin/contracts": "5.0.0",
"@openzeppelin/contracts-upgradeable": "5.0.0",
"@openzeppelin/hardhat-upgrades": "3.0.4",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.2.0",
"@types/mocha": ">=9.1.0",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^6.4.0",
"hardhat": "^2.19.0",
"hardhat-deploy": "^0.11.29",
"hardhat-gas-reporter": "^1.0.9",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"rimraf": "^4.1.2",
"solhint": "^3.4.0",
"solidity-coverage": "^0.8.5",
"ts-node": "^10.9.1",
"typechain": "^8.2.0",
"typescript": "^4.9.3"
},
"description": "<h1 align=\"center\"> <a href=\"https://push.org/#gh-light-mode-only\"> <img width='20%' height='10%' src=\"https://res.cloudinary.com/drdjegqln/image/upload/v1686227557/Push-Logo-Standard-Dark_xap7z5.png\"> </a> <a href=\"https://push.org/#gh-dark-mode-only\"> <img width='20%' height='10%' src=\"https://res.cloudinary.com/drdjegqln/image/upload/v1686227558/Push-Logo-Standard-White_dlvapc.png\"> </a> </h1>",
"main": "hardhat.config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [],
"author": ""
}