-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
38 lines (38 loc) · 918 Bytes
/
package.json
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
{
"name": "react-native-launch-arguments",
"title": "React Native Launch Arguments",
"version": "4.0.2",
"description": "React Native module for getting launch arguments",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamolegga/react-native-launch-arguments.git",
"baseUrl": "https://github.com/iamolegga/react-native-launch-arguments"
},
"keywords": [
"react",
"native",
"react-native",
"launch",
"arguments"
],
"author": {
"name": "iamolegga",
"email": "[email protected]"
},
"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"
}
}