Files
solace-bg-dubai/contracts/package.json
defiQUG c94eb595f8
Some checks failed
CI / lint-and-test (push) Has been cancelled
Initial commit: add .gitignore and README
2026-02-09 21:51:53 -08:00

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"
}
}