KerbalCalculations/package.json
2026-03-29 17:36:46 +02:00

16 lines
277 B
JSON

{
"name": "kerbal-calculations",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^6.0.2",
"vite": "^7.3.1"
}
}