UNPKG

editcodewithai

Version:
62 lines (61 loc) 1.55 kB
{ "name": "editcodewithai", "version": "2.3.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.3.0", "@vizhub/viz-utils": "^1.3.0", "dotenv": "^17.2.0", "llm-code-format": "^3.0.0" }, "devDependencies": { "@langchain/core": "^0.3.66", "@langchain/openai": "^0.6.2", "langchain": "^0.3.30", "cors": "^2.8.5", "express": "^5.1.0", "npm-check-updates": "^18.0.2", "prettier": "^3.6.2", "puppeteer": "^24.15.0", "ts-node": "^10.9.2", "typescript": "^5.8.3", "vitest": "^3.2.4" } }