Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
40 lines (40 loc) · 944 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 944 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
36
37
38
39
40
{
"name": "react-native-method-elements",
"version": "1.0.1",
"description": "React Native NPM package for Method Elements",
"main": "dist/module/index.js",
"react-native": "src/index.js",
"files": [
"src",
"dist"
],
"scripts": {
"build": "./node_modules/.bin/bob build"
},
"keywords": [
"react-native",
"method",
"method-elements"
],
"author": "mdelcarmen",
"license": "MIT",
"repository": "https://github.com/MethodFi/react-native-method-elements",
"dependencies": {
"react-native-url-polyfill": "^1.3.0"
},
"peerDependencies": {
"react": ">=17.0.1",
"react-dom": ">=17.0.1",
"react-native": ">=0.64.3",
"react-native-web": ">=0.17.1",
"react-native-webview": ">=11.18.1"
},
"devDependencies": {
"@react-native-community/bob": "^0.17.1"
},
"@react-native-community/bob": {
"source": "src",
"output": "dist",
"targets": ["module"]
}
}