juq-llm-kit
Version:
Customizable UI components for React Native (Expo) chat applications
74 lines (73 loc) • 1.7 kB
JSON
{
"name": "juq-llm-kit",
"version": "1.0.3",
"description": "Customizable UI components for React Native (Expo) chat applications",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"juq": "./dist/bin/cli.js"
},
"files": [
"dist/**/*",
"src/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"test": "echo \"No tests configured\""
},
"repository": {
"type": "git",
"url": "https://github.com/Jukka-Sun/jus-llm-kit.git"
},
"keywords": [
"expo",
"react-native",
"chat",
"typescript",
"ui-components",
"llm",
"chat-ui",
"react-component"
],
"author": "Jukka-Sun",
"license": "MIT",
"devDependencies": {
"@expo/vector-icons": "^14.0.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.10",
"@types/react": "^18.3.18",
"@types/react-native": "^0.73.0",
"@types/yargs": "^17.0.33",
"expo-clipboard": "^7.0.1",
"framer-motion": "^12.4.10",
"lucide-react": "^0.479.0",
"moti": "^0.30.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-native": "^0.78.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"dependencies": {
"fs-extra": "^11.3.0",
"yargs": "^17.7.2"
},
"peerDependencies": {
"@expo/vector-icons": ">=13.0.0",
"expo": ">=48.0.0",
"expo-clipboard": ">=4.0.0",
"framer-motion": ">=10.0.0",
"lucide-react": ">=0.144.0",
"moti": ">=0.26.0",
"react": ">=18.0.0",
"react-native": ">=0.72.0"
},
"engines": {
"node": ">=16"
}
}