{
  "name": "@oplayer/core",
  "version": "1.2.38-beta.2",
  "description": "Oh! Another HTML5 video player.",
  "type": "module",
  "main": "./dist/index.es.js",
  "types": "./dist/src/index.d.ts",
  "jsdelivr": "./dist/index.min.js",
  "sideEffects": false,
  "author": "shiyiya",
  "homepage": "https://github.com/shiyiya/oplayer",
  "keywords": [
    "oplayer",
    "video-player",
    "html5-player"
  ],
  "license": "MIT",
  "files": [
    "dist",
    "src"
  ],
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead",
    "not op_mini all",
    "IE 11"
  ],
  "scripts": {
    "start": "concurrently -n es,dts \"vite build --watch\"  \"tsc --emitDeclarationOnly --watch\"",
    "tsc": "tsc --noEmit && echo",
    "build": "vite build && tsc --emitDeclarationOnly && vite build --config vite.umd.config.ts"
  }
}