Files
aicommits/package.json
Hassan El Mghari fe2ec89bc9 edited README
2023-02-13 14:59:34 -05:00

21 lines
495 B
JSON

{
"name": "aicommits",
"version": "0.0.3",
"description": "generates ai commit",
"main": "aicommit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./aicommit.js"
},
"bin": {
"gpt-commit": "./aicommit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nutlope/aicommits.git"
},
"author": "Hassan El Mghari (@nutlope)",
"license": "ISC",
"homepage": "https://github.com/Nutlope/aicommits#readme"
}