{
  "name": "@cortexkit/aft",
  "version": "0.56.2",
  "type": "module",
  "description": "Unified CLI for Agent File Tools (AFT) — setup, one-shot index snapshots, doctor, and diagnostics across supported agent harnesses (OpenCode, Pi)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cortexkit/aft.git"
  },
  "bin": {
    "aft": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "bun build src/index.ts --outfile dist/index.js --target node --format esm && tsc --emitDeclarationOnly",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "prepublishOnly": "bun run build",
    "test:unit": "bun test"
  },
  "dependencies": {
    "@clack/prompts": "^1.6.0",
    "@cortexkit/aft-bridge": "0.56.2",
    "comment-json": "^4.6.2"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.8.0"
  }
}
