{
  "name": "videojs-webrtc",
  "version": "0.0.2",
  "description": "Videojs Tech from WebRtc Live Stream",
  "scripts": {
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "build:types": "tsc --emitDeclarationOnly",
    "build:js": "rollup -c",
    "build": "npm run build:types && npm run build:js"
  },
  "main": "dist/video-webrtc.cjs.js",
  "module": "dist/video-webrtc.esm.js",
  "browser": "dist/video-webrtc-min.js",
  "types": "dist/types/index.d.ts",
  "author": {
    "name": "FuJinxiang",
    "url": "https://github.com/fujinxiang"
  },
  "license": "MIT",

  "devDependencies": {
    "video.js": "7.12.0",
    "axios": "0.19.2",
    "@babel/core": "7.14.6",
    "@babel/plugin-proposal-class-properties": "7.14.5",
    "@babel/plugin-proposal-object-rest-spread": "7.14.7",
    "@babel/preset-env": "7.14.7",
    "@babel/preset-typescript": "7.14.5",
    "rollup": "2.52.7",
    "rollup-plugin-terser": "^7.0.2",
    "@rollup/plugin-babel": "5.3.0",
    "@rollup/plugin-commonjs": "19.0.0",
    "@rollup/plugin-node-resolve": "13.0.0",
    "typescript": "4.3.5"
  }
}
