{
  "name": "cursor-agent-acp",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "cursor-agent-acp": "./dist/index.js"
  },
  "version": "0.1.1",
  "description": "An ACP-compatible coding agent powered by cursor-agent CLI (TypeScript)",
  "main": "dist/index.js",
  "type": "module",
  "files": [
    "dist/",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "npm run build && npm run start",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "check": "npm run lint && npm run format:check",
    "test": "vitest",
    "test:integration": "RUN_INTEGRATION_TESTS=true vitest run",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "cursor",
    "acp",
    "agent",
    "cursor-agent",
    "typescript",
    "cli",
    "code"
  ],
  "author": "Community",
  "license": "Apache-2.0",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.4",
    "@types/express": "^5.0.3",
    "@zed-industries/agent-client-protocol": "0.2.0-alpha.4",
    "diff": "^8.0.2",
    "express": "^5.1.0",
    "minimist": "^1.2.8",
    "uuid": "11.1.0"
  },
  "devDependencies": {
    "@types/minimist": "^1.2.5",
    "@types/node": "^24.3.0",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^8.42.0",
    "@typescript-eslint/parser": "^8.42.0",
    "@vitest/ui": "^3.2.4",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "prettier": "^3.6.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.0",
    "vitest": "^3.2.4"
  }
}
