mirror of
https://github.com/gitgig-io/ragnar.git
synced 2026-05-04 03:01:24 -04:00
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "ragnar",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"abi": "hardhat export-abi",
|
|
"clean": "hardhat clean",
|
|
"compile": "hardhat compile",
|
|
"deploy:local": "hardhat run --network localhost scripts/deploy-local.ts",
|
|
"deploy:arb-goerli": "hardhat run --network goerli scripts/deploy-arb-goerli.ts",
|
|
"node": "hardhat node",
|
|
"postbounty:local": "hardhat run --network localhost test/integ/PostBounty.ts",
|
|
"postbounty:arb-goerli": "hardhat run --network goerli test/integ/PostBounty-Arb-Goerli.ts",
|
|
"test": "hardhat test test/*.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
|
|
"@types/chai": "^4.3.6",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/node": "^20.6.2",
|
|
"chai": "^4.3.8",
|
|
"dotenv": "^16.3.1",
|
|
"hardhat": "^2.17.3",
|
|
"hardhat-abi-exporter": "^2.10.1",
|
|
"ts-node": "^10.9.1",
|
|
"typechain": "^8.3.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.9.3"
|
|
}
|
|
}
|