Files
tashow-h5/projects/translate-h5/package.json
2025-10-28 14:27:46 +08:00

15 lines
323 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"
},
"dependencies": {
"browser-id3-writer": "^6.3.1"
}
}