ZAPlayer/package.json
2026-01-30 11:24:39 +08:00

23 lines
620 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "qhlsplayer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:lib": "vite build --config vite.lib.config.js",
"build:simple": "vite build --config vite.lib.simple.config.js",
"build:min": "npm run build:simple && echo '构建完成文件输出为dist/za-player.min.js 和 dist/za-player.es.js'",
"install:terser": "npm install --save-dev terser",
"preview": "vite preview"
},
"devDependencies": {
"terser": "^5.46.0",
"vite": "^7.2.4"
},
"dependencies": {
"flv.js": "^1.6.2"
}
}