-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.08 KB
/
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
39
40
41
42
{
"name": "react-native-devsettings",
"version": "1.0.5",
"main": "index.ts",
"description": "A simple library to enable/disable Chrome Debugger from your app",
"author": "Gustavo Gard <gusgard.it@gmail.com>",
"license": "MIT",
"scripts": {
"publish": "npm publish",
"publish:beta": "npm publish --tag beta"
},
"devDependencies": {
"@react-native-async-storage/async-storage": "^1.18.1",
"@types/react-native": "^0.71.6",
"typescript": "^5.0.4"
},
"keywords": [
"react-native-devsettings",
"react-native",
"react",
"debugger",
"debug",
"react-native-debugger",
"chrome debugger",
"debug chrome"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gusgard/react-native-devsettings.git"
},
"bugs": {
"url": "https://github.com/gusgard/react-native-devsettings/issues"
},
"homepage": "https://github.com/gusgard/react-native-devsettings#readme",
"contributors": [
{
"name": "Gustavo Gard",
"email": "gusgard.it@gmail.com",
"url": "https://github.com/gusgard"
}
]
}