scai
Version:
> AI-powered CLI tools for smart commit messages, auto generated comments, and readme files — all powered by local models.
41 lines (40 loc) • 716 B
JSON
{
"name": "scai",
"version": "0.1.12",
"type": "module",
"bin": {
"scai": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rzs/scai.git"
},
"author": "Rasmus Uhd Norgaard",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"cli",
"ai",
"refactor",
"devtools",
"local",
"typescript"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"commander": "^11.0.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.0.1",
"jest": "^30.0.2",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"files": [
"dist/",
"README.md"
]
}