forked from Dyve-co/Contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.34 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
{
"name": "hardhat-project",
"scripts": {
"chain": "NODE_OPTIONS='--max-old-space-size=8192' hardhat node",
"compile": "npx hardhat compile --quiet",
"deploy": "npx hardhat run scripts/deploy.js --network localhost",
"deploy:goerli": "npx hardhat run scripts/deploy.js --network goerli",
"test": "npx hardhat test test/End2End.js",
"mint-cats": "npx hardhat run scripts/mintCoolCats.js"
},
"devDependencies": {
"@ethersproject/abi": "^5.6.4",
"@ethersproject/providers": "^5.6.8",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.2",
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/contracts": "^4.8.1",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"chai": "^4.3.6",
"dotenv": "^16.0.2",
"ethers": "^5.7.0",
"hardhat": "^2.10.1",
"hardhat-dependency-compiler": "^1.1.3",
"hardhat-gas-reporter": "^1.0.9",
"solidity-coverage": "^0.8.2",
"typechain": "^8.1.0"
},
"dependencies": {
"@hashgraph/sdk": "^2.17.1",
"@reservoir0x/reservoir-kit-client": "^0.0.20",
"api": "^4.5.2",
"axios": "^1.2.2",
"chai-as-promised": "^7.1.1",
"mysql2": "^3.2.0",
"yarn": "^1.22.19"
}
}