mirror of
https://github.com/gitgig-io/ragnar.git
synced 2026-05-04 03:01:24 -04:00
42 lines
1.4 KiB
JSON
42 lines
1.4 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-sepolia": "hardhat run --network sepolia scripts/deploy-arb-sepolia.ts",
|
|
"node": "hardhat node",
|
|
"fullflow:local": "hardhat run --network localhost test/integ/FullFlow.ts",
|
|
"maintainerclaim:local": "hardhat run --network localhost test/integ/MaintainerClaim.ts",
|
|
"postbounty:local": "hardhat run --network localhost test/integ/PostBounty.ts",
|
|
"postbounty:arb-sepolia": "hardhat run --network sepolia test/integ/PostBounty-Arb-Sepolia.ts",
|
|
"test": "hardhat test test/*.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@nibbstack/erc721-validator": "^0.3.0",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
|
|
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
|
|
"@nomiclabs/hardhat-web3": "^2.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.19.1",
|
|
"hardhat-abi-exporter": "^2.10.1",
|
|
"hardhat-gas-reporter": "^1.0.9",
|
|
"ts-node": "^10.9.1",
|
|
"typechain": "^8.3.1",
|
|
"typescript": "^5.2.2",
|
|
"web3": "^1.5.2"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^5.0.0"
|
|
}
|
|
}
|