10 lines
347 B
JSON
10 lines
347 B
JSON
{
|
|
"name": "ai-pricing-transparency-scanner",
|
|
"version": "1.0.0",
|
|
"description": "Chrome extension: overlays real cost-per-use on AI tool pricing pages, compares API vs subscription costs, tracks quota consumption, flags fake free tiers.",
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"test": "node tests/pricing.test.mjs"
|
|
}
|
|
}
|