react-native-apple-llm
Version:
React Native bindings for Apple Intelligence FoundationModels
75 lines (74 loc) • 1.81 kB
JSON
{
"name": "react-native-apple-llm",
"version": "1.0.4",
"description": "React Native bindings for Apple Intelligence FoundationModels",
"author": {
"name": "Ahmed kasem",
"email": "ahmed.a.kasem18@gmail.com"
},
"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": [
"apple",
"llm",
"foundationmodels",
"react-native",
"ai",
"foundation-models"
],
"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"
}
}