forked from iamolegga/react-native-launch-arguments
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 845 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 845 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
{
"name": "react-native-launch-arguments",
"title": "React Native Launch Arguments",
"version": "3.1.0",
"description": "React Native module for getting launch arguments",
"main": "src/index.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/selfapy/react-native-launch-arguments.git",
"baseUrl": "https://github.com/selfapy/react-native-launch-arguments"
},
"keywords": [
"react",
"native",
"react-native",
"launch",
"arguments"
],
"author": {
"name": "selfapy"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@types/react-native": "^0.62.5",
"react": "^16.9.0",
"react-native": "^0.62.2",
"typescript": "^3.8.3"
}
}