UNPKG

rn-kore-bot-socket-lib-v77

Version:
67 lines 1.75 kB
{ "name": "rn-kore-bot-socket-lib-v77", "version": "0.0.6", "description": "Description of Bot Scocket SDK library", "author": "Kore.ai Inc", "license": "MIT", "keywords": [ "react-native", "npm", "library", "kore", "botsdk" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "build": "tsup" }, "peerDependencies": { "react": ">=18.0.0", "react-native": ">=0.77.0 <0.78.0" }, "dependencies": { "esbuild-plugin-inline-image": "^0.0.9", "events": "^3.3.0", "tsup": "^8.5.0" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", "@react-native-community/cli": "15.0.1", "@react-native-community/cli-platform-android": "15.0.1", "@react-native-community/cli-platform-ios": "15.0.1", "@react-native/babel-preset": "0.77.0", "@react-native/eslint-config": "0.77.0", "@react-native/metro-config": "0.77.0", "@react-native/typescript-config": "0.77.0", "@types/events": "^3.0.3", "@types/jest": "^30.0.0", "@types/react": "^18.2.6", "eslint": "^8.19.0", "prettier": "2.8.8", "typescript": "5.0.4" }, "engines": { "node": ">=18" }, "rnpm": { "assets": [ "./assests/fonts/" ] }, "repository": { "type": "git", "url": "git+https://github.com/your-username/your-package.git" }, "bugs": { "url": "https://github.com/your-username/your-library/issues" }, "homepage": "https://developer.kore.com/docs/bots/kore-web-sdk/" }