-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 798 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "ai-commit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc -p .",
"clean": "tsc --build --clean",
"start": "node ./dist/bot.js",
"dev": "nodemon --watch src --exec \"pnpm run build && pnpm start\"",
"buildandstart": "tsc && node ./dist/ai-commit.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"dependencies": {
"axios": "^1.7.7",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"openai": "^4.71.0"
},
"devDependencies": {
"@types/debug": "^4.1.12"
}
}