{
  "name": "mycoder",
  "description": "A command line tool using agent that can do arbitrary tasks, including coding tasks",
  "version": "1.6.0",
  "type": "module",
  "bin": "./bin/cli.js",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drivecore/mycoder.git"
  },
  "homepage": "https://mycoder.ai",
  "bugs": {
    "url": "https://github.com/drivecore/mycoder/issues"
  },
  "keywords": [
    "ai",
    "agent",
    "mycoder",
    "swe",
    "swe-agent",
    "claude",
    "auto-coder",
    "auto-gpt",
    "typescript",
    "openai",
    "automation"
  ],
  "author": "Ben Houston",
  "license": "MIT",
  "dependencies": {
    "@sentry/node": "^9.3.0",
    "c12": "^3.0.2",
    "chalk": "^5",
    "deepmerge": "^4.3.1",
    "dotenv": "^16",
    "semver": "^7.7.1",
    "source-map-support": "^0.5",
    "uuid": "^11",
    "yargs": "^17",
    "yargs-file-commands": "^0.0.20",
    "zod": "^3",
    "zod-to-json-schema": "^3",
    "mycoder-agent": "1.6.0"
  },
  "devDependencies": {
    "@types/node": "^18",
    "@types/uuid": "^10",
    "@types/yargs": "^17",
    "@vitest/coverage-v8": "^3",
    "rimraf": "^5",
    "type-fest": "^4",
    "typescript": "^5",
    "vitest": "^3"
  },
  "scripts": {
    "start": "node --no-deprecation bin/cli.js",
    "typecheck": "tsc --noEmit",
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest --run --coverage",
    "semantic-release": "pnpm exec semantic-release -e semantic-release-monorepo"
  }
}