-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.55 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
{
"name": "tokenomics",
"version": "1.0.0",
"description": "This project demonstrates an advanced Hardhat use case, integrating other tools commonly used alongside Hardhat in the ecosystem.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rand-Network/tokenomics.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rand-Network/tokenomics/issues"
},
"homepage": "https://github.com/Rand-Network/tokenomics#readme",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"chai": "^4.3.8",
"ethereum-waffle": "^3.4.0",
"ethers": "^6.7.0",
"hardhat": "^2.8.2",
"hardhat-deploy": "^0.11.37",
"hardhat-deploy-ethers": "^0.4.1"
},
"dependencies": {
"@adradr/hardhat-dodoc": "^0.3.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-verify": "^1.1.0",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/contracts": "^4.4.1",
"@openzeppelin/contracts-upgradeable": "^4.4.1",
"@openzeppelin/test-helpers": "^0.5.15",
"@safe-global/safe-contracts": "^1.4.1",
"abi2solidity": "^0.1.2",
"axios": "^1.5.0",
"dotenv": "^14.2.0",
"hardhat-gas-reporter": "^1.0.9",
"package.json": "^2.0.1",
"qs": "^6.11.2",
"solidity-coverage": "^0.8.4"
}
}