{
  "name": "@airisos/adapter-claude-local",
  "version": "2026.324.0-canary.0",
  "license": "MIT",
  "homepage": "https://github.com/amitvalecha7/AirisOS",
  "bugs": {
    "url": "https://github.com/amitvalecha7/AirisOS/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/amitvalecha7/AirisOS",
    "directory": "packages/adapters/claude-local"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./server": {
      "types": "./dist/server/index.d.ts",
      "import": "./dist/server/index.js"
    },
    "./ui": {
      "types": "./dist/ui/index.d.ts",
      "import": "./dist/ui/index.js"
    },
    "./cli": {
      "types": "./dist/cli/index.d.ts",
      "import": "./dist/cli/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "skills"
  ],
  "dependencies": {
    "@airisos/adapter-utils": "2026.324.0-canary.0",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@types/node": "^24.6.0",
    "typescript": "^5.7.3"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "probe:quota": "pnpm exec tsx src/cli/quota-probe.ts --json",
    "probe:quota:raw": "pnpm exec tsx src/cli/quota-probe.ts --json --raw-cli"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts"
}