react-native-langflow-chat
Version:
A native React Native component for integrating LangFlow chat with streaming support, citation bubbles, react-native-marked rendering, and customizable UI
92 lines (91 loc) • 2.37 kB
JSON
{
"name": "react-native-langflow-chat",
"version": "1.0.13",
"description": "A native React Native component for integrating LangFlow chat with streaming support, citation bubbles, react-native-marked rendering, and customizable UI",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rimraf lib",
"prebuild": "npm run clean",
"prepare": "npm run build",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"example:sync": "bash scripts/sync-example.sh",
"example:clean": "bash scripts/clean-example.sh"
},
"keywords": [
"react-native",
"langflow",
"chat",
"ai",
"chatbot",
"streaming",
"citations",
"native",
"expo",
"modal"
],
"author": "Antonio Perchinumio",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apercky/react-native-langflow-chat.git"
},
"bugs": {
"url": "https://github.com/apercky/react-native-langflow-chat/issues"
},
"homepage": "https://github.com/apercky/react-native-langflow-chat#readme",
"peerDependencies": {
"@expo/vector-icons": ">=13.0.0",
"expo-clipboard": ">=6.0.0",
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"react-native-marked": ">=7.0.0",
"react-native-svg": ">=13.0.0"
},
"devDependencies": {
"@expo/vector-icons": "^14.0.0",
"@types/react": "^18.0.0",
"@types/react-native": "^0.70.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"expo-clipboard": "^7.1.5",
"jest": "^29.6.0",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-marked": "^7.0.2",
"rimraf": "^5.0.0",
"typescript": "^5.1.0"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"publishConfig": {
"access": "public"
},
"resolutions": {
"@types/react": "^18.0.0",
"@types/react-native": "^0.70.0"
},
"dependencies": {}
}