{
  "name": "@bananapus/buyback-hook-v6",
  "version": "1.4.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Bananapus/nana-buyback-hook-v6.git"
  },
  "files": [
    "deployments/",
    "foundry.toml",
    "references/",
    "remappings.txt",
    "script/",
    "src/"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "test": "forge test",
    "test:fork": "FOUNDRY_PROFILE=CI forge test",
    "coverage": "forge coverage --report lcov --report summary",
    "deploy:mainnets": "source ./.env && npx sphinx propose ./script/Deploy.s.sol --networks mainnets",
    "deploy:testnets": "source ./.env && npx sphinx propose ./script/Deploy.s.sol --networks testnets",
    "artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'nana-buyback-hook-v6'"
  },
  "dependencies": {
    "@bananapus/core-v6": "^1.0.0",
    "@bananapus/permission-ids-v6": "^1.0.0",
    "@bananapus/univ4-router-v6": "^1.1.2",
    "@openzeppelin/contracts": "5.6.1",
    "@prb/math": "4.1.2",
    "@uniswap/v4-core": "1.0.2"
  },
  "devDependencies": {
    "@sphinx-labs/plugins": "0.33.3"
  }
}
