-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "expo-litert-lm",
"version": "0.2.0-rc.0",
"description": "Expo Modules bindings for on-device LLM inference. Android: Google's litert-lm-android (LiteRT-LM Engine + MediaPipe Tasks GenAI). iOS: vendored LiteRTLM-Swift wrapping the LiteRT-LM C API; MediaPipe Tasks GenAI available as opt-in MediaPipeFallback subspec. Supports .litertlm and .task model formats.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"prepare": "tsc -p tsconfig.build.json"
},
"files": [
"android/build.gradle",
"android/src",
"ios/**/*.swift",
"ios/ExpoLitertLm.podspec",
"ios/BinaryPods/CLiteRTLMBinary.podspec",
"ios/BinaryPods/GemmaModelConstraintProviderBinary.podspec",
"ios/BinaryPods/Frameworks/CLiteRTLM.xcframework",
"ios/BinaryPods/Frameworks/GemmaModelConstraintProvider.xcframework",
"ios/BinaryPods/Frameworks/rewrap-manifest.json",
"src",
"lib",
"expo-module.config.json",
"app.plugin.js",
"LICENSE",
"README.md"
],
"keywords": [
"expo",
"expo-modules",
"litert",
"litert-lm",
"gemma",
"gemma-4",
"gemma-3n",
"on-device",
"ai",
"llm",
"ml",
"android",
"ios",
"react-native"
],
"repository": {
"type": "git",
"url": "git+https://github.com/helenkwok/expo-litert-lm.git"
},
"author": "Helen Kwok",
"license": "MIT",
"bugs": {
"url": "https://github.com/helenkwok/expo-litert-lm/issues"
},
"homepage": "https://github.com/helenkwok/expo-litert-lm#readme",
"peerDependencies": {
"expo": ">=55.0.0",
"expo-modules-core": ">=2.0.0",
"react": ">=18.0.0",
"react-native": ">=0.74.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"expo-modules-core": "^3.0.0",
"react-native": "^0.83.0",
"typescript": "^5.6.0"
}
}