UNPKG

@sendbird/uikit-chat-hooks

Version:

A set of React hooks for integrating Sendbird chat functionality into your React app.

86 lines (85 loc) 2.13 kB
{ "name": "@sendbird/uikit-chat-hooks", "version": "3.12.1", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", "uikit", "chat", "React", "hooks", "messaging", "real-time" ], "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "exports": { "./package.json": "./package.json", ".": { "types": "./lib/typescript/src/index.d.ts", "react-native": "./src/index.ts", "require": "./lib/commonjs/index.js", "import": "./lib/module/index.js" } }, "files": [ "src", "lib", "!**/__tests__" ], "sideEffects": false, "scripts": { "test": "jest", "build": "bob build", "clean": "del lib", "publish:next": "npm publish --tag next", "publish:local": "yalc publish" }, "repository": { "type": "git", "url": "https://github.com/sendbird/sendbird-uikit-react-native.git", "directory": "packages/uikit-chat-hooks" }, "author": "Sendbird <support@sendbird.com>", "license": "SEE LICENSE IN LICENSE.md", "bugs": { "url": "https://github.com/sendbird/sendbird-uikit-react-native.git/issues" }, "homepage": "https://github.com/sendbird/sendbird-uikit-react-native.git#readme", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "dependencies": { "@sendbird/uikit-utils": "3.12.1" }, "devDependencies": { "@sendbird/uikit-testing-tools": "3.12.1", "@types/react": "*", "react": "19.1.1", "react-native-builder-bob": "^0.18.0", "typescript": "5.8.3" }, "peerDependencies": { "@sendbird/chat": "^4.20.2", "react": ">=16.13.1" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "gitHead": "367f6209c4e1db1ec2d44dbdc3e3d3a55c6beb78" }