first commit

This commit is contained in:
JLEROY
2025-06-17 10:03:07 +02:00
parent 8b95a7ddb6
commit f90bf939a4
3 changed files with 110 additions and 38 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "ai-commenter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.10.0",
"cli-progress": "^3.12.0"
}
}