tcplayer-plugin
Version:
基于腾讯云播放器的组件库,支持Vue2、Vue3和原生JS
56 lines • 1.33 kB
JSON
{
"name": "tcplayer-plugin",
"version": "0.1.1",
"description": "基于腾讯云播放器的组件库,支持Vue2、Vue3和原生JS",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"browser": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "rollup -c -w",
"build": "npm run clean && rollup -c",
"clean": "rimraf lib dist types",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"keywords": [
"tcplayer",
"player",
"video",
"vue",
"vue2",
"vue3",
"javascript"
],
"files": [
"dist",
"lib",
"src",
"types"
],
"dependencies": {
"jquery": "^3.6.0"
},
"peerDependencies": {
"vue": "^2.6.0 || ^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@vue/compiler-sfc": "^3.2.47",
"rimraf": "^4.1.2",
"rollup": "^3.17.2",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-vue": "^6.0.0",
"typescript": "^4.9.5",
"vue": "^3.2.47"
},
"author": "",
"license": "MIT"
}