Files

24 lines
524 B
JSON

{
"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"
}
}