feat: initial project setup with gai tool
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "git-ai",
|
||||
"version": "0.1.0",
|
||||
"description": "AI-powered git commit message generator",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"gai": "./index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"gai": "bun run index.ts",
|
||||
"build": "bun build --compile index.ts --outfile gai"
|
||||
},
|
||||
"private": false,
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user