feat: X API Cost Crisis Alert Chrome extension MVP with cost calculator, 8 alternatives, and 12 passing tests

This commit is contained in:
Bun Bun
2026-06-20 06:23:33 +00:00
commit 7052227f69
25 changed files with 3050 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "x-api-cost-crisis-for-indie-dev-tools",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "vite build",
"test": "node --test dist-test/test/alternatives.test.js",
"dev": "vite"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@types/chrome": "^0.0.268",
"@types/node": "^20.12.0",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}