Initial build: SaaS Cost Predictor Chrome extension MVP

This commit is contained in:
Bun Bun
2026-06-14 18:26:44 +00:00
commit 9082038e29
21 changed files with 2653 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "saas-cost-predictor",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "node --test dist/__tests__/forecast.test.js"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@types/chrome": "^0.0.268",
"typescript": "^5.4.0",
"vite": "^5.2.0"
}
}