Files
2026-07-13 12:30:54 +08:00

16 lines
287 B
JSON

{
"name": "tianji-worker",
"version": "1.0.0",
"description": "Tianji Worker Project",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.0"
}
}