{
  "name": "@andyet/simplewebrtc",
  "version": "1.32.0",
  "dependencies": {
    "@types/async": "^3.0.3",
    "@types/node": "^12.6.8",
    "@types/react": "^18.0.28 || ^16.8.5",
    "@types/react-dom": "^18.0.11 || ^16.8.5",
    "@types/react-redux": "^7.1.25",
    "async": "^3.0.1",
    "react": "^18.2.0 || ^16.8.5",
    "react-dom": "^18.2.0 || ^16.8.5",
    "react-redux": "^8.0.5 || ^7.0.3",
    "redux": "^4.2.1",
    "redux-thunk": "^2.4.2",
    "sdp": "^3.0.2",
    "stanza": "^12.17.2",
    "staydown": "^2.0.1",
    "webrtc-adapter": "^8.2.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --stage && npm run lint"
    }
  },
  "license": "MIT",
  "main": "./index.js",
  "prettier": {
    "tabWidth": 2,
    "printWidth": 100,
    "semi": true,
    "singleQuote": true
  },
  "private": false,
  "browser": "./module.js",
  "module": "./module.js",
  "react-native": "./module.js",
  "sideEffects": false,
  "typings": "./index"
}