Files
tashow-h5/projects/translate-h5/package.json
2025-09-27 15:14:02 +08:00

12 lines
263 B
JSON

{
"name": "translate-h5",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
}
}