{
  "name": "vvpf",
  "version": "1.0.0",
  "description": "hls.js player component for Vue3",
  "files": [
    "dist",
    "lib"
  ],
  "main": "./dist/index.umd.js",
  "module": "./dist/index.mjs",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "pub": "node ./scripts/publish.js",
    "serve": "vite preview",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:serve": "vitepress serve docs",
    "docs:pub": "sh ./scripts/gh-pages.sh"
  },
  "author": {
    "name": "opvz",
    "email": "lzjcxc@gmail.com",
    "url": "https://github.com"
  },
  "homepage": "https://github.com",
  "repository": {
    "type": "git",
    "url": "https://github.com"
  },
  "bugs": {
    "url": "https://github.com"
  },
  "dependencies": {
    "hls.js": "^1.4.12",
    "throttle-debounce": "^5.0.0",
    "vue": "^3.2.25"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^4.4.1",
    "@vue/compiler-sfc": "^3.3.8",
    "chalk": "^5.3.0",
    "less": "^4.2.0",
    "less-loader": "^11.1.3",
    "readline-sync": "^1.4.10",
    "shelljs": "^0.8.5",
    "typescript": "^5.2.2",
    "vite": "^4.5.0",
    "vitepress": "^0.22.4",
    "vitepress-theme-demoblock": "^3.0.3",
    "vue-tsc": "^1.8.20",
    "vue3-video-play": "^1.3.1-beta.6"
  },
  "keywords": [
    "vue 3",
    "vue3",
    "vue",
    "vue3-video-play",
    "hlsjs",
    "hls.js",
    "vue video player",
    "vue3 video player",
    "video player video",
    "video player",
    "vue player",
    "vue video"
  ],
  "license": "ISC"
}
