{
  "name": "@jjdenhertog/ai-driven-development",
  "version": "0.1.57",
  "description": "AI-driven development workflow with learning capabilities for Claude",
  "main": "dist/cli/index.js",
  "types": "dist/cli/index.d.ts",
  "bin": {
    "aidev": "./dist/cli/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rimraf dist",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "prepublishOnly": "npm run clean && npm run lint && npm run build",
    "deploy": "npm version patch && npm publish --access public"
  },
  "keywords": [
    "ai",
    "development",
    "claude",
    "automation",
    "prp",
    "workflow"
  ],
  "author": "",
  "license": "MIT",
  "files": [
    "dist/",
    "templates/",
    "README-npm.md"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "commander": "^11.1.0",
    "fs-extra": "^11.3.0",
    "headless-terminal": "^0.4.0",
    "node-pty": "^1.0.0",
    "simple-git": "^3.28.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.0",
    "eslint-plugin-react": "^7.34.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-unicorn": "^52.0.0",
    "rimraf": "^5.0.5",
    "typescript": "^5.3.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jjdenhertog/ai-driven-development.git"
  }
}
