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
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 KB
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@qeepsake/react-native-launch-arguments",
"title": "React Native Launch Arguments",
"version": "3.0.0",
"description": "Get launch arguments for testing with Detox and Appium 🚀",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged",
"postinstall": "husky install"
},
"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": "Luke Farrell",
"email": "luke@qeepsake.com"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/react-native": "^0.62.5",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"pinst": "^3.0.0",
"prettier": "^2.6.2",
"react": "^16.9.0",
"react-native": "^0.62.2",
"semantic-release": "^19.0.2",
"typescript": "^3.8.3"
}
}