28 lines
825 B
JSON
28 lines
825 B
JSON
{
|
|
"name": "@solace/contracts",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"compile": "hardhat compile",
|
|
"test": "hardhat test",
|
|
"coverage": "hardhat coverage",
|
|
"deploy:sepolia": "hardhat run scripts/deploy.ts --network sepolia",
|
|
"deploy:local": "hardhat run scripts/deploy.ts --network localhost",
|
|
"deploy:chain138": "hardhat run scripts/deploy-chain138.ts --network chain138",
|
|
"node": "hardhat node",
|
|
"clean": "hardhat clean"
|
|
},
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
|
|
"@nomicfoundation/hardhat-verify": "^2.0.0",
|
|
"@typechain/ethers-v6": "^0.5.0",
|
|
"@typechain/hardhat": "^9.0.0",
|
|
"hardhat": "^2.19.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^5.0.0"
|
|
}
|
|
}
|