{
  "name": "@machinat/webview",
  "version": "0.6.0",
  "author": "Patrick Liu <zeldalink0515@gmail.com>  (https://github.com/lrills)",
  "repository": {
    "type": "git",
    "url": "https://github.com/machinat/machinat.git",
    "directory": "packages/webview"
  },
  "homepage": "https://github.com/machinat/machinat#readme",
  "bugs": "https://github.com/machinat/machinat/issues",
  "main": "lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./client": "./lib/client/index.js"
  },
  "files": [
    "lib/*",
    "README.md",
    "polyfill-exports.js"
  ],
  "scripts": {
    "postinstall": "node ./polyfill-exports.js",
    "prepack": "make -f ../../package.mk prepack"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@machinat/core": "^0.6.0-beta",
    "@machinat/http": "^0.6.0-beta",
    "next": "^12.0.9",
    "react": "^17.0.2 || ^18.0.0-0",
    "react-dom": "^17.0.2 || ^18.0.0-0"
  },
  "optionalDependencies": {
    "bufferutil": "^4.0.1",
    "utf-8-validate": "^5.0.2"
  },
  "dependencies": {
    "@machinat/auth": "^0.6.0",
    "@machinat/next": "^0.6.0",
    "@machinat/websocket": "^0.6.0",
    "nanoid": "^3.1.20"
  },
  "devDependencies": {
    "next": "^12.0.9",
    "react": "^17.0.2"
  },
  "gitHead": "483adfbe27d68fdc5889f237885cd98ad3f37312"
}
