-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.25 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
{
"name": "transction-util-v3",
"version": "1.0.0",
"description": "simple showcase of transaction management with finality check w/ PIP-11 milestones",
"scripts": {
"clean": "npx hardhat clean",
"compile": "npx hardhat compile",
"deploy": "npx hardhat deploy --network matic",
"startScript": "npx hardhat run scripts/startScript.ts",
"eslint": "eslint \"**/*.{js,ts}\" && solhint src/**/*.sol",
"eslint:fix": "eslint --fix \"**/*.{js,ts}\" && solhint --fix src/**/*.sol",
"prettier": "prettier --check \"**/*.{ts,js,sol}\"",
"prettier:fix": "prettier --write \"**/*.{ts,js,sol}\"",
"gas": "cross-env REPORT_GAS=true hardhat test",
"coverage": "cross-env HARDHAT_DEPLOY_FIXTURE=true hardhat coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/integrations-Polygon/transaction-util-v3.git"
},
"author": "Gulam Rasul Shah",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:[email protected]",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@truffle/hdwallet-provider": "^2.0.15",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.0.2",
"@types/node": "^18.11.10",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"axios": "^1.5.0",
"crossenv": "^0.0.2-security",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.3.1",
"hardhat": "^2.3.3",
"hardhat-deploy": "^0.8.7",
"hardhat-gas-reporter": "^1.0.9",
"lint-staged": "^13.0.4",
"prettier": "^2.8.0",
"prettier-plugin-solidity": "^1.0.0",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.4",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.3",
"dotenv": "^16.3.1"
},
"lint-staged": {
"*.{ts,json,sol,md,yml}": "prettier --write"
},
"bugs": {
"url": "https://github.com/integrations-Polygon/zkevm-bridge-maticjs-demo/issues"
},
"homepage": "https://github.com/integrations-Polygon/zkevm-bridge-maticjs-demo#readme"
}