Files
saas-cost-predictor/package.json
T

18 lines
393 B
JSON

{
"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"
}
}