UNPKG

scai

Version:

> AI-powered CLI tool for commit messages **and** pull request reviews — using local models.

67 lines (66 loc) 1.38 kB
{ "name": "scai", "version": "0.1.75", "type": "module", "bin": { "scai": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/rzs/scai.git" }, "author": "Rasmus Uhd Norgaard", "license": "Proprietary", "readmeFilename": "README.md", "keywords": [ "cli", "ai", "refactor", "devtools", "developer-tools", "local", "offline", "typescript", "llm", "code-review", "commit-message", "git", "changelog", "productivity", "scai", "review", "commit" ], "scripts": { "build": "rm -rfd dist && tsc && git add .", "start": "node dist/index.js" }, "dependencies": { "@octokit/rest": "^22.0.0", "acorn": "^8.11.3", "acorn-walk": "^8.3.2", "better-sqlite3": "^12.1.1", "chalk": "^5.4.1", "columnify": "^1.6.0", "commander": "^11.0.0", "fast-glob": "^3.3.3", "proper-lockfile": "^4.1.2", "string-similarity-js": "^2.1.4", "ts-morph": "^26.0.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/columnify": "^1.5.4", "@types/jest": "^30.0.0", "@types/node": "^24.1.0", "@types/proper-lockfile": "^4.1.4", "jest": "^30.0.2", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "files": [ "dist/", "README.md" ] }