Add FreeScout time tracking CLI with Excel invoice generation

This commit is contained in:
Hoid 2026-02-09 01:20:34 +00:00
parent 88229d7e5e
commit 749ee04ed7
6 changed files with 1406 additions and 0 deletions

20
package.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "workspace",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.cloonar.com/openclawd/config.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"exceljs": "^4.4.0",
"mysql2": "^3.16.3"
}
}