{
  "name": "@azerogluemin/ai-bootstrap",
  "version": "0.6.3",
  "description": "Personal AI infrastructure bootstrap for Claude Code — interactive setup wizard with skills, agents, MCPs, and cross-project memory",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "ai-bootstrap": "./bin/init.js"
  },
  "files": [
    "bin/",
    "dist/",
    "templates/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "prepack": "node scripts/copy-templates.mjs",
    "prepublishOnly": "tsc && node scripts/copy-templates.mjs && node tests/smoke.test.mjs && node tests/e2e.test.mjs",
    "typecheck": "tsc --noEmit",
    "lint": "echo 'TODO: eslint'",
    "test": "tsc && node tests/smoke.test.mjs && node tests/e2e.test.mjs",
    "test:smoke": "tsc && node tests/smoke.test.mjs",
    "test:e2e": "tsc && node tests/e2e.test.mjs",
    "pack:dry": "npm pack --dry-run",
    "copy:templates": "node scripts/copy-templates.mjs"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.0.0",
    "chalk": "^5.3.0",
    "execa": "^9.5.0",
    "ora": "^8.1.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.5",
    "tsx": "^4.19.0",
    "typescript": "^5.7.3"
  },
  "keywords": [
    "claude-code",
    "claude-ai",
    "anthropic",
    "ai",
    "bootstrap",
    "infrastructure",
    "mcp",
    "skills",
    "agents",
    "personal-ai",
    "azerbaijani",
    "multilingual"
  ],
  "author": {
    "name": "Emin Azəroğlu",
    "url": "https://github.com/eminazeroglu"
  },
  "license": "MIT",
  "homepage": "https://github.com/eminazeroglu/ai-bootstrap",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eminazeroglu/ai-bootstrap.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/eminazeroglu/ai-bootstrap/issues"
  },
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  }
}
