{
  "name": "editcodewithai",
  "version": "1.1.0",
  "description": "Edit Code With AI",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "test": "vitest run",
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "typecheck": "tsc --noEmit",
    "benchmark": "vite-node src/benchmarks/cli.ts run; cp -r ./benchmarks grader-app/public",
    "grade": "ts-node src/benchmarks/cli.ts grade",
    "benchmark:help": "ts-node src/benchmarks/cli.ts help",
    "upgrade": "ncu -u",
    "prettier": "prettier {*.*,**/*.*} --write"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/vizhub-core/editcodewithai.git"
  },
  "keywords": [
    "AI",
    "codegen",
    "vibe",
    "coding",
    "LLM",
    "artificial",
    "intelligence",
    "coding"
  ],
  "author": "Curran Kelleher",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vizhub-core/editcodewithai/issues"
  },
  "homepage": "https://github.com/vizhub-core/editcodewithai#readme",
  "dependencies": {
    "@vizhub/viz-types": "^0.1.0",
    "@vizhub/viz-utils": "^1.0.1",
    "dotenv": "^16.5.0",
    "llm-code-format": "^2.0.1"
  },
  "devDependencies": {
    "@langchain/core": "^0.3.44",
    "@langchain/openai": "^0.5.5",
    "langchain": "^0.3.21",
    "cors": "^2.8.5",
    "express": "^5.1.0",
    "npm-check-updates": "^17.1.18",
    "prettier": "^3.5.3",
    "puppeteer": "^24.6.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "vitest": "^3.1.1"
  }
}
