UNPKG

scai

Version:

> **AI-powered CLI for local code analysis, commit message suggestions, and natural-language queries.** 100% local, private, GDPR-friendly, made in Denmark/EU with ❤️.

71 lines (70 loc) 1.5 kB
{ "name": "scai", "version": "0.1.119", "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", "agent", "workflow" ], "scripts": { "build": "rm -rfd dist && tsc && chmod +x dist/index.js && git add .", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest watch" }, "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", "gpt-3-encoder": "^1.1.4", "java-parser": "^3.0.1", "proper-lockfile": "^4.1.2", "shell-quote": "^1.8.3", "string-similarity-js": "^2.1.4", "ts-morph": "^26.0.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/columnify": "^1.5.4", "@types/node": "^24.2.1", "@types/proper-lockfile": "^4.1.4", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "files": [ "dist/", "README.md" ] }