-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 922 Bytes
/
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
{
"name": "kong-rerro",
"version": "1.0.0",
"description": "$RERRO ERC-20 Token",
"main": "hardhat.config.js",
"scripts": {
"test": "hardhat test",
"compile": "hardhat compile",
"deploy": "hardhat run scripts/deploy.js --network localhost"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@arx-research/libhalo": "^1.2.27",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.9.5",
"@openzeppelin/defender-sdk": "^1.10.0",
"@supabase/supabase-js": "^2.39.7",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"dotenv": "^16.4.5",
"eth-sig-util": "^3.0.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.7.2",
"hardhat": "^2.20.1",
"hardhat-gas-reporter": "^1.0.10",
"keccak256": "^1.0.0",
"merkletreejs": "^0.2.0"
}
}