{
  "name": "@netless/white-audio-plugin",
  "version": "1.2.23",
  "description": "a audio plugin for white-web-sdk which can play audio in whiteboard room and sync to everyone in room",
  "private": false,
  "main": "dist/index.js",
  "scripts": {
    "type-gen": "tsc --emitDeclarationOnly",
    "predev": "yarn type-gen",
    "dev": "webpack --config webpack.config.js  --watch --progress --colors --mode=development",
    "build:lib:types": "tsc --emitDeclarationOnly",
    "build:lib:js": "webpack --mode=production",
    "build:lib": "npm run build:lib:types && npm run build:lib:js"
  },
  "types": "dist/index.d.ts",
  "author": "netless",
  "license": "MIT",
  "dependencies": {},
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "white-web-sdk": "^2.5.9"
  },
  "devDependencies": {
    "@types/node": "^11.12.2",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.2",
    "css-loader": "^3.2.0",
    "fork-ts-checker-webpack-plugin": "^1.5.0",
    "json-loader": "^0.5.7",
    "less": "^3.10.3",
    "less-loader": "^6.2.0",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "terser-webpack-plugin": "^2.1.3",
    "typescript": "^4.2.3",
    "url-loader": "^2.1.0",
    "webpack": "4.39.2",
    "webpack-cli": "^3.3.9"
  }
}
