18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"name": "commitai",
|
|
"version": "0.0.1",
|
|
"description": "generates ai commit",
|
|
"main": "aicommit.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "./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"
|
|
}
|