UNPKG

@interopio/react-hooks

Version:

React Hooks Wrapper for IO Connect Desktop and Browser

64 lines (63 loc) 1.56 kB
{ "name": "@interopio/react-hooks", "version": "4.2.1", "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": "echo no tests found", "test:V1": "jest --coverage --runInBand", "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": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "peerDependenciesMeta": { "react": { "autoinstall": false }, "react-dom": { "autoinstall": false } }, "dependencies": { "@interopio/browser": "^4.2.1", "@interopio/browser-platform": "^4.2.1", "@interopio/desktop": "^6.14.0", "prop-types": "^15.7.2" }, "gitHead": "615e2cfb4c9e3b05acae47bd238e86ef68c418f7" }