{
  "type": "module",
  "name": "gamepeer-js",
  "version": "0.0.17",
  "description": "Peer-to-peer gaming JS library with a ton of capabilities",
  "main": "dist/gamepeer-js.js",
  "module": "dist/gamepeer-js.esm.js",
  "files": [
    "dist"
  ],
  "homepage": "https://gamepeerjs.netlify.app/",
  "repository": {
    "type": "git",
    "url": "https://github.com/EnzoVezzaro/gamepeer-js.git"
  },
  "bugs": {
    "url": "https://github.com/EnzoVezzaro/gamepeer-js/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/EnzoVezzaro"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "prepublishOnly": "npm run build",
    "docs": "npx jsdoc -c jsdoc.json && echo '/*    /index.html   200' > docs/_redirects"
  },
  "keywords": [
    "webrtc",
    "peerjs",
    "gaming",
    "matchmaking",
    "p2p"
  ],
  "author": "Enzo Vezzaro",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.3",
    "jsdoc": "^4.0.4",
    "rollup": "^3.29.5"
  },
  "dependencies": {
    "clean-jsdoc-theme": "^4.3.0",
    "peerjs": "^1.4.7"
  }
}
