Bang/package.json

16 lines
264 B
JSON
Raw Normal View History

2025-02-14 21:30:33 -08:00
{
2025-02-14 23:07:10 -08:00
"name": "unduck",
2025-02-14 21:30:33 -08:00
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~5.7.2",
"vite": "^6.1.0"
}
}