-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 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
{
"name": "everydaysleepingclub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "hardhat clean",
"compile": "hardhat compile",
"test": "hardhat test",
"ganache": "ganache -l 30000000 --blockTime 1 --accounts 11 --mnemonic \"test test test test test test test test test test test junk\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/contracts": "^4.8.2",
"@openzeppelin/contracts-upgradeable": "^4.8.2",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@randomizer.ai/realtime-client": "^0.1.4",
"@solvprotocol/erc-3525": "^1.2.0",
"dotenv": "^16.0.3",
"ganache": "^7.7.6",
"hardhat": "^2.13.0",
"keccak256": "^1.0.6",
"merkletreejs": "^0.3.9"
},
"dependencies": {
"bigint-crypto-utils": "^3.1.8"
},
"directories": {
"test": "test"
}
}