InvoiceChaser v1.0.0 — Freelancer Payment Tracker & Auto Follow-Up Chrome Extension

This commit is contained in:
Bun Bun
2026-06-19 18:33:39 +00:00
commit 326d408449
26 changed files with 3519 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "invoicechaser",
"version": "1.0.0",
"description": "Freelancer Payment Tracker & Auto Follow-Up Chrome Extension",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"test": "node --test dist/test/**/*.test.js",
"lint": "tsc --noEmit"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@types/chrome": "^0.0.268",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"dependencies": {
"@types/node": "^26.0.0"
}
}