{
  "name": "@autofleet/cli",
  "version": "2.34.1",
  "description": "",
  "main": "dist/index.js",
  "devDependencies": {
    "tsx": "^4.19.1"
  },
  "bin": {
    "autofleet": "./dist/index.js",
    "autofleet-e2e": "./dist/e2e.js",
    "git-autofleet": "./dist/git-autofleet.js"
  },
  "engines": {
    "node": ">= 18.3.0"
  },
  "type": "module",
  "author": "Autofleet",
  "license": "ISC",
  "dependencies": {
    "@inquirer/prompts": "^5.0.2",
    "p-retry": "^6.2.1"
  },
  "scripts": {
    "start": "tsx bin/index.ts",
    "dev": "pnpm -w tsdown --watch -W ./packages/cli",
    "build": "pnpm -w tsdown -W ./packages/cli",
    "postinstall": "test -f ./dist/index.js && ./dist/index.js claudeInit || true",
    "linter": "eslint .",
    "test": "vitest",
    "coverage": "vitest --coverage",
    "install-local": "pnpm build && npm install -g ."
  }
}