TaxPack v1.0.0 - Gmail Receipt Auto-Extractor & Tax Report Generator

This commit is contained in:
Bun Bun
2026-06-19 06:28:06 +00:00
commit d0a0615c28
17 changed files with 4309 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "taxpack",
"version": "1.0.0",
"description": "Gmail Receipt Auto-Extractor & Tax-Ready Report Generator",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest run"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@types/chrome": "^0.0.268",
"typescript": "^5.4.5",
"vite": "^5.2.0",
"vitest": "^1.6.0",
"jsdom": "^24.1.0"
},
"dependencies": {
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2"
}
}