-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.22 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": "yourjustice-evm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YourJustice-Live/YourJustice-EVM.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/YourJustice-Live/YourJustice-EVM/issues"
},
"homepage": "https://github.com/YourJustice-Live/YourJustice-EVM#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@types/mocha": "^9.1.0",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.6.0",
"hardhat": "^2.9.1",
"hardhat-gas-reporter": "^1.0.8",
"ts-node": "^10.7.0"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.7.3",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/hardhat": "^5.0.0",
"dotenv": "^16.0.0",
"hardhat-contract-sizer": "^2.5.1",
"solidity-coverage": "^0.7.20"
}
}