mirror of
https://github.com/langyuxiansheng/vue-aliplayer-v2.git
synced 2026-05-27 23:03:08 +08:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "vue-aliplayer-v2",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"author": "yxs",
|
|
"description": "Vue 3 wrapper for Aliyun Aliplayer. Supports mp4, m3u8, flv, live streams, encrypted playback, quality switching, and live time shift through the official Aliplayer SDK.",
|
|
"main": "lib/vue-aliplayer-v2.umd.cjs",
|
|
"module": "lib/vue-aliplayer-v2.js",
|
|
"types": "lib/types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/types/index.d.ts",
|
|
"import": "./lib/vue-aliplayer-v2.js",
|
|
"require": "./lib/vue-aliplayer-v2.umd.cjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"README.md"
|
|
],
|
|
"private": false,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build --mode demo",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"lib": "vue-tsc -p tsconfig.build.json --declaration --emitDeclarationOnly --outDir lib/types && vite build --mode lib",
|
|
"lint": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.34"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.0",
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^8.0.14",
|
|
"vue-tsc": "^3.3.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:langyuxiansheng/vue-aliplayer-v2.git"
|
|
}
|
|
}
|