UNPKG

@usman_khan/smart-commit

Version:

SmartCommit uses AI or other intelligent methods to optimize the commit process, which could be appealing to developers who want to improve their efficiency.

43 lines (41 loc) 1.07 kB
{ "name": "@usman_khan/smart-commit", "licenses": "MIT", "version": "1.0.7", "description": "SmartCommit uses AI or other intelligent methods to optimize the commit process, which could be appealing to developers who want to improve their efficiency.", "main": "./dist/index.js", "scripts": { "start": "chmod +x ./src/index.js && node ./src/index.js ", "postinstall": "node ./src/utils/directory-path.utils.js" }, "bin": { "smart-commit": "chmod +x ./src/index.js && ./src/index.js" }, "repository": { "type": "git", "url": "https://github.com/usman-js/smart-commit" }, "author": "Muhammad Usman Khan", "license": "MIT", "keywords": [ "Git", "Commit", "Smart Commit", "AI Commit", "AI" ], "dependencies": { "inquirer": "^8.2.0", "openai": "^3.1.0", "ora": "^5.4.0", "simple-git": "^3.17.0", "ansi-regex": "^5.0.0", "chalk": "^4.1.2", "commander": "^10.0.0", "typescript": "^4.9.5" }, "publishConfig": { "access": "public" }, "preferGlobal": true }