-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "meta-tx",
"version": "1.0.0",
"description": "meta transcation",
"main": "index.js",
"scripts": {
"deploy:bsc": "npx hardhat --netwrok bsc scripts/deploy.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"meta",
"transcation"
],
"author": "guotie",
"license": "MIT",
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.2",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@openzeppelin/hardhat-upgrades": "^1.10.0",
"@typechain/ethers-v5": "^7.2.0",
"@typechain/hardhat": "^2.3.1",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethers": "^5.4.7",
"hardhat": "^2.6.5",
"hardhat-deploy": "^0.9.3",
"hardhat-gas-reporter": "^1.0.4",
"lowdb": "^1.0.0",
"mocha": "^9.1.2",
"solidity-coverage": "^0.7.17",
"typechain": "^5.2.0"
},
"devDependencies": {
"@types/lowdb": "1.0.0",
"@types/mocha": "^9.0.0",
"hardhat-local-networks-config-plugin": "^0.0.6",
"ts-node": "^10.3.0",
"typescript": "^4.4.3"
}
}