{
  "name": "peerstack",
  "version": "8.0.13",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/mark-archer/peerstack",
  "author": "Mark Archer",
  "license": "MIT",
  "private": false,
  "scripts": {
    "test": "jest --coverage --no-cache",
    "xtest": "jest data-change --coverage --no-cache",
    "build": "webpack --config webpack.config.dev.js; webpack; tsc",
    "package": "yarn webpack",
    "deploy": "yarn test && yarn build && npm version patch && npm publish . && git push"
  },
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "@types/lodash": "^4.14.165",
    "@types/should": "^13.0.0",
    "compression-webpack-plugin": "^7.1.2",
    "jest": "^29.4.3",
    "reflect-metadata": "^0.1.13",
    "should": "^13.2.3",
    "ts-jest": "^29.0.5",
    "typescript": "5.0.4",
    "webpack": "^5.14.0",
    "webpack-cli": "^4.3.1",
    "yarn": "^1.22.10"
  },
  "dependencies": {
    "byte-base64": "^1.1.0",
    "fast-json-stable-stringify": "^2.1.0",
    "js-sha256": "^0.9.0",
    "lodash": "^4.17.20",
    "socket.io": "2.3.0",
    "ts-loader": "^9.4.2",
    "tweetnacl": "^1.0.3",
    "tweetnacl-util": "^0.15.1",
    "twilio": "^3.52.0",
    "web-push": "^3.4.5",
    "webrtc-adapter": "^7.7.0"
  }
}
