{
  "name": "autodev-cli",
  "version": "1.4.133",
  "description": "AutoAIDev CLI — autonomous AI task loop with VS Code / Cursor launcher",
  "author": "Peter Ivanov <peter@microweber.com>",
  "license": "MIT",
  "bin": {
    "autodev": "./bin/autodev.js"
  },
  "main": "./out/cli.js",
  "files": [
    "bin",
    "out",
    "README.md",
    "LICENSE",
    "media"
  ],
  "keywords": [
    "ai",
    "claude",
    "copilot",
    "opencode",
    "autonomous",
    "agent",
    "cli",
    "vscode",
    "cursor"
  ],
  "scripts": {
    "build": "tsc -p ./",
    "dev": "tsc -p ./ --watch",
    "prepublishOnly": "npm run build",
    "start": "node bin/autodev.js",
    "test:coverage": "c8 npm test",
    "coverage:html": "c8 --reporter=html npm test",
    "test": "node test/smoke.mjs && node test/liveNarration.smoke.mjs && node test/liveNarration.edge.smoke.mjs && node test/normalizer.parity.smoke.mjs && node test/providerConfig.smoke.mjs && node test/providers.services.smoke.mjs && node test/providers.dummy.smoke.mjs && node test/mcpOnlyOperator.smoke.mjs && node test/opencodeEventFilter.smoke.mjs && node test/copilotMcpIsolation.smoke.mjs && node test/grokSpawnError.smoke.mjs && node test/initTemplate.smoke.mjs && node test/settingsAliases.smoke.mjs && node test/setupWritesOfficeMcp.smoke.mjs && node test/claudePermissions.smoke.mjs && node test/presenceGuard.smoke.mjs && node test/cliExitHardFail.smoke.mjs && node test/redactSecrets.smoke.mjs && node test/claudeUsage.smoke.mjs && node test/graphStore.smoke.mjs && node test/programReminder.smoke.mjs && node test/agentBackup.smoke.mjs && node test/persona.smoke.mjs && node test/soulUpdate.smoke.mjs && node test/sessionsGlobal.smoke.mjs && node test/resumeSessionLoopDefault.smoke.mjs && node test/secureFilePerms.smoke.mjs && node test/providers.dummy.office.smoke.mjs"
  },
  "dependencies": {
    "@opencode-ai/sdk": "^1.14.41",
    "@raylin01/claude-client": "^0.3.3",
    "adm-zip": "^0.6.0",
    "commander": "^12.1.0",
    "imapflow": "^1.0.171",
    "mailparser": "^3.7.1",
    "node-pty": "^1.1.0"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.7",
    "@types/mailparser": "^3.4.6",
    "@types/node": "^20.0.0",
    "c8": "^12.0.0",
    "typescript": "^5.4.0"
  },
  "exports": {
    ".": "./out/cli.js",
    "./*": "./out/*.js",
    "./package.json": "./package.json"
  }
}
