21 lines
475 B
JSON
21 lines
475 B
JSON
{
|
|
"name": "autocommit",
|
|
"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/ai-commit.git"
|
|
},
|
|
"author": "hassan",
|
|
"license": "ISC",
|
|
"homepage": "https://github.com/Nutlope/ai-commit#readme"
|
|
}
|