-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (50 loc) · 1.52 KB
/
package.json
File metadata and controls
51 lines (50 loc) · 1.52 KB
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
{
"name": "@zapprotocol/bsc-contracts",
"version": "1.0.1",
"description": "Zap Protocol's BSC Smart Contract suite",
"main": "index.js",
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx hardhat clean",
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"coverage": "npm run build && npx hardhat coverage --temp artifacts --network coverage"
},
"author": "ZapProtocol",
"homepage": "https://zap.org",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.10.0",
"@typechain/ethers-v5": "^6.0.5",
"@types/chai": "^4.2.16",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.41",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"hardhat": "^2.9.2",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-deploy": "^0.8.11",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"hardhat-typechain": "^0.3.5",
"mocha": "^9.1.1",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"typechain": "^4.0.3",
"typescript": "^4.2.4"
},
"dependencies": {
"@openzeppelin/contracts": "^4.3.0",
"@openzeppelin/contracts-upgradeable": "^4.3.1",
"eslint": "^7.32.0",
"ethereumjs-util": "^7.1.0",
"hardhat-deploy": "^0.7.5",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-tracer": "*",
"node-cache": "^5.1.2",
"tsconfig": "^7.0.0"
}
}