UNPKG

@ksconsole/smartgit

Version:

smartgit helps you write better commit messages with AI

53 lines 1.13 kB
{ "name": "@ksconsole/smartgit", "version": "1.0.5", "description": "smartgit helps you write better commit messages with AI", "keywords": [ "ai", "git", "commit", "codereview" ], "license": "MIT", "author": "yuejunqi", "type": "module", "files": [ "dist", "README.md" ], "bin": { "smartgit": "./dist/cli.mjs", "smg": "./dist/cli.mjs" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "@dqbd/tiktoken": "^1.0.2" }, "devDependencies": { "@clack/prompts": "^0.7.0", "@types/ini": "^1.3.31", "@types/inquirer": "^9.0.3", "@types/node": "^18.14.2", "clean-pkg-json": "^1.2.0", "cleye": "^1.3.2", "execa": "^7.0.0", "fs-fixture": "^1.2.0", "https-proxy-agent": "^5.0.1", "ini": "^3.0.1", "kolorist": "^1.7.0", "manten": "^0.7.0", "openai": "^3.2.1", "pkgroll": "^1.9.0", "tsx": "^3.12.3", "typescript": "^4.9.5" }, "scripts": { "build": "pkgroll --minify", "lint": "", "type-check": "tsc", "test": "tsx tests" } }