{
  "name": "@mestra-dev/contract",
  "version": "0.0.217",
  "description": "Types-only Hono AppType contract for the Mestra auth API",
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "bun run scripts/build.ts",
    "prepublishOnly": "bun run build",
    "release": "bun pm version patch && bun publish --access public"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "hono": "^4.12.32"
  },
  "overrides": {
    "typescript": "5.9.3"
  },
  "devDependencies": {
    "@types/bun": "^1.4.0",
    "dts-bundle-generator": "^9.5.1",
    "hono": "^4.13.5",
    "typescript": "5.9.3"
  }
}
