{
  "name": "@interopio/react-hooks",
  "version": "4.5.0",
  "description": "React Hooks Wrapper for IO Connect Desktop and Browser",
  "main": "dist/npm/index.js",
  "module": "dist/es/index.js",
  "typings": "./react-hooks.d.ts",
  "jsnext:main": "dist/es/index.js",
  "keywords": [
    "glue",
    "glue42",
    "web",
    "desktop",
    "interop",
    "context",
    "react",
    "windows",
    "hooks",
    "interop.io",
    "io.connect browser",
    "io.connect desktop"
  ],
  "sideEffects": false,
  "scripts": {
    "test": "jest --coverage",
    "test:unit": "jest --testPathPattern=tests/unit --coverage",
    "test:integration": "jest --testPathPattern=tests/integration --coverage",
    "test:watch": "jest --watchAll",
    "build": "rollup -c",
    "lint": "eslint . --ext .js,.ts,.tsx --max-warnings 0",
    "lint:fix": "eslint --fix . --ext .js,.ts,.tsx",
    "postversion": "npm run build",
    "audit": "echo no audit found",
    "audit:V1": "node ../../scripts/audit/index.js"
  },
  "author": {
    "name": "Interop.IO",
    "url": "https://interop.io/"
  },
  "publishConfig": {
    "@interopio:registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "license": "MIT",
  "peerDependencies": {
    "@interopio/browser": ">=3.0.0",
    "@interopio/browser-platform": ">=3.0.0",
    "@interopio/desktop": ">=5.0.0",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "peerDependenciesMeta": {
    "@interopio/browser": {
      "optional": true
    },
    "@interopio/browser-platform": {
      "optional": true
    },
    "@interopio/desktop": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@interopio/desktop": "^6.14.0"
  }
}
