{
  "name": "@bananapus/ownable",
  "version": "0.0.9",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jbx-protocol/nana-ownable"
  },
  "dependencies": {
    "@bananapus/core": "^0.0.39",
    "@openzeppelin/contracts": "^5.0.2"
  },
  "scripts": {
    "test": "forge test",
    "coverage:integration": "forge coverage --match-path \"./src/*.sol\" --report lcov --report summary"
  }
}
