-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 686 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 686 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
{
"name": "@dynamix/react-native",
"description": "Dynamix for React Native",
"version": "0.0.0",
"private": false,
"author": "Universe <universe@grida.co>",
"homepage": "https://grida.co/dynamix",
"repository": "https://github.com/gridaco/dynamix/tree/main/packages/dynamix-react-native",
"license": "MIT",
"keywords": [
"dynamix",
"dynamic",
"react-native",
"react",
"webview",
"bridge"
],
"files": [
"README.md",
"LICENSE",
"dist"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@dynamix/react-native-webview": "*"
},
"devDependencies": {
"@dynamix/react-native-webview": "*"
}
}