{
  "name": "claudiomiro",
  "version": "2.9.2",
  "main": "index.js",
  "bin": {
    "claudiomiro": "./index.js"
  },
  "scripts": {
    "test": "npx jest --testPathIgnorePatterns='dag-executor.test.js|cli.test.js'",
    "test:dag": "NODE_OPTIONS=--max-old-space-size=8192 npx jest src/services/dag-executor.test.js --runInBand --forceExit",
    "test:all": "npm run test && npm run test:dag",
    "test:coverage": "NODE_OPTIONS=--max-old-space-size=8192 jest --coverage",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepare": "husky"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  },
  "keywords": [
    "cli",
    "claude",
    "ai",
    "automation",
    "assistant"
  ],
  "author": "Samuel Fajreldines",
  "license": "ISC",
  "description": "CLI tool for autonomous task execution using Claude AI",
  "dependencies": {
    "@ast-grep/napi": "^0.40.0",
    "@inquirer/prompts": "^7.8.6",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "boxen": "^5.1.2",
    "chalk": "^4.1.2",
    "claudiomiro": "^2.8.1",
    "diff": "^8.0.2",
    "gradient-string": "^2.0.2",
    "lodash": "^4.17.21",
    "log-symbols": "^4.1.0",
    "ora": "^5.4.1",
    "prompts": "^2.4.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@types/jest": "^30.0.0",
    "eslint": "^9.39.1",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "lint-staged": "^16.2.7"
  }
}