{
  "name": "@oplayer/react",
  "version": "1.2.11-beta.2",
  "description": "React wrapper for oplayer.",
  "type": "module",
  "main": "./dist/index.es.js",
  "types": "./dist/src/index.d.ts",
  "sideEffects": false,
  "author": "shiyiya",
  "homepage": "https://github.com/shiyiya/oplayer",
  "keywords": [
    "oplayer-plugin"
  ],
  "license": "MIT",
  "files": [
    "dist",
    "src"
  ],
  "peerDependencies": {
    "@oplayer/core": ">=1",
    "react": ">=16",
    "react-dom": ">=16"
  },
  "devDependencies": {
    "@types/react": "^18.3.18",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "@oplayer/core": "1.2.38-beta.2"
  },
  "scripts": {
    "start": "concurrently -n es,dts \"vite build --watch\"  \"tsc --emitDeclarationOnly --watch\"",
    "tsc": "tsc --noEmit && echo",
    "build": "vite build && tsc --emitDeclarationOnly"
  }
}