UNPKG

react-native-apple-llm

Version:

React Native plugin for Apple Intelligence and Foundation Models

108 lines (107 loc) 2.6 kB
{ "name": "react-native-apple-llm", "version": "1.0.12", "description": "React Native plugin for Apple Intelligence and Foundation Models", "author": { "name": "Ahmed kasem", "email": "ahmed.a.kasem18@gmail.com" }, "homepage": "https://github.com/deveix/react-native-apple-llm", "repository": { "type": "git", "url": "https://github.com/deveix/react-native-apple-llm.git" }, "bugs": { "url": "https://github.com/deveix/react-native-apple-llm/issues" }, "license": "MIT", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "react-native": "src/index.tsx", "types": "lib/typescript/index.d.ts", "source": "src/index.tsx", "sideEffects": false, "keywords": [ "react-native", "apple", "apple-intelligence", "foundation-models", "llm", "local-llm", "react-native-plugin", "react-native-apple-llm", "apple-foundation-models", "apple-llm", "ai", "on-device-llm", "machine-learning", "ios", "swift", "chatbot", "natural-language-processing", "nlp", "text-generation", "structured-output", "json-schema", "offline-ai", "privacy-focused-ai", "mobile-ai", "ios-llm", "react-native-ai", "apple-silicon", "neural-engine", "siri-intelligence", "core-ml", "on-device-inference" ], "files": [ "src", "lib", "android", "ios", "*.podspec", "react-native.config.js" ], "scripts": { "build": "bob build", "release": "release-it", "lint:swift": "swiftlint ios", "lint-fix:swift": "swiftlint --fix ios" }, "peerDependencies": { "react": "*", "react-native": ">=0.70.0" }, "devDependencies": { "@react-native-community/eslint-config": "^3.1.0", "@release-it/conventional-changelog": "^5.1.1", "@types/react": "^18.2.12", "@types/react-native": "^0.70.14", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "metro-react-native-babel-preset": "^0.73.10", "prettier": "^2.8.8", "react": "18.2.0", "react-native": "0.71.11", "react-native-builder-bob": "^0.20.4", "release-it": "^15.11.0", "typescript": "^5.1.3" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] }, "codegenConfig": { "name": "rnapplellm", "type": "modules", "jsSrcsDir": "./src" } }