Files

18 lines
416 B
JSON

{
"name": "cost-dev",
"version": "1.0.0",
"description": "AI Coding Cost Optimizer — track and control AI tool spending",
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
"dev": "vite",
"check": "tsc --noEmit"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@types/chrome": "^0.0.268",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}