UNPKG

pubnub-react

Version:

Publish & Subscribe Real-time Messaging with PubNub

80 lines (79 loc) 1.67 kB
{ "name": "pubnub-react", "version": "3.0.2", "description": "Publish & Subscribe Real-time Messaging with PubNub", "author": "PubNub <support@pubnub.com>", "main": "dist/index.js", "module": "dist/pubnub-react.esm.js", "typings": "dist/index.d.ts", "sideEffects": false, "files": [ "dist" ], "repository": { "type": "git", "url": "git://github.com/pubnub/react.git" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --env=jsdom", "lint": "tsdx lint" }, "keywords": [ "cloud", "publish", "subscribe", "websockets", "comet", "bosh", "xmpp", "real-time", "messaging" ], "license": "MIT", "peerDependencies": { "@types/pubnub": "^7.0.0", "pubnub": "^7.0.1" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "devDependencies": { "@rollup/plugin-replace": "^2.3.0", "@testing-library/react": "^9.1.3", "@types/jest": "^26.0.0", "@types/pubnub": "^7.0.0", "@types/react": "^16.8.25", "@types/react-dom": "^16.8.5", "husky": "^3.0.2", "prettier": "^1.18.2", "pretty-quick": "^1.11.1", "pubnub": "^7.0.1", "react": "^16.9.0", "react-dom": "^16.9.0", "tsdx": "^0.14.1", "tslib": "^1.10.0", "typescript": "^3.8.0" }, "dependencies": { "ts-invariant": "^0.10.3" }, "overrides": { "jest": "^26.0.0", "ts-jest": "^26.0.0" }, "jest": { "testMatch": [ "<rootDir>/**/*.(spec|test).{ts,tsx}" ] } }