added package.json

This commit is contained in:
Hassan El Mghari
2023-02-13 14:09:36 -05:00
parent 4821d1fe0e
commit d60364ea5c
5 changed files with 117 additions and 83 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "ai-commit",
"version": "1.0.0",
"description": "generates ai commit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm install -g zx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nutlope/ai-commit.git"
},
"author": "hassan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nutlope/ai-commit/issues"
},
"homepage": "https://github.com/Nutlope/ai-commit#readme"
}