UNPKG

@prass/botpress-native

Version:

A simple and powerful SDK for integrating Botpress Chat API with React Native,

65 lines (64 loc) 1.58 kB
{ "name": "@prass/botpress-native", "version": "1.0.0", "description": "A simple and powerful SDK for integrating Botpress Chat API with React Native,", "author": { "name": "PRAS", "email": "prassamin@gmail.com", "url": "https://pras.me" }, "repository": { "type": "git", "url": "git+https://github.com/PRASSamin/botpress-native.git" }, "homepage": "https://github.com/PRASSamin/botpress-native", "keywords": [ "botpress", "chat", "api", "react-native", "sdk", "pras" ], "license": "MIT", "type": "module", "scripts": { "clean": "rm -rf lib && rm -rf *.tgz", "test": "jest", "build": "bun run clean && rollup -c && cd lib" }, "main": "index.js", "module": "index.js", "types": "index.d.ts", "exports": { ".": { "import": "./index.js", "require": "./index.js", "types": "./index.d.ts" }, "./types": { "import": "./types/index.js", "require": "./types/index.js", "types": "./types/index.d.ts" } }, "dependencies": { "@react-native-async-storage/async-storage": "^2.1.1", "axios": "^1.7.9", "axios-retry": "^4.5.0", "eventemitter3": "^5.0.1", "react": "^19.0.0", "react-native-sse": "^1.2.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.4", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^19.0.10", "rollup": "^4.34.8", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-multi-entry": "^2.1.0", "tslib": "^2.8.1", "typescript": "^5.7.3" } }