-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 782 Bytes
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
{
"name": "flutter-skill-react-native",
"version": "0.9.36",
"description": "React Native bridge SDK for flutter-skill — enables AI agents to automate React Native apps",
"main": "FlutterSkill.js",
"files": [
"FlutterSkill.js",
"README.md"
],
"keywords": [
"flutter-skill",
"react-native",
"testing",
"automation",
"bridge",
"ai-agent",
"mcp"
],
"repository": {
"type": "git",
"url": "https://github.com/ai-dashboad/flutter-skill",
"directory": "sdks/react-native"
},
"license": "MIT",
"peerDependencies": {
"react": ">=17.0.0",
"react-native": ">=0.68.0",
"react-native-tcp-socket": ">=6.0.0"
},
"peerDependenciesMeta": {
"react-native-tcp-socket": {
"optional": false
}
}
}