-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 798 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 798 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": "workspace-root",
"repository": {
"type": "git",
"url": "git+https://github.com/margelo/react-native-filament.git"
},
"author": "Marc Rousavy <me@mrousavy.com> (https://github.com/mrousavy)",
"contributors": [
{
"name": "Hanno Gödecke",
"url": "https://github.com/hannojg",
"email": "hanno@margelo.com"
}
],
"scripts": {
"postinstall": "bunx patch-package"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/margelo/react-native-filament/issues"
},
"homepage": "https://margelo.github.io/react-native-filament",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"workspaces": [
"examples/AppExampleFabric",
"examples/ExpoExample",
"examples/Shared",
"package"
]
}