File tree 1 file changed +23
-9
lines changed
1 file changed +23
-9
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.1" ,
4
4
"main" : " index.ts" ,
5
5
"description" : " A simple library to enable/disable Chrome Debugger from your app" ,
6
- "repository" :
" [email protected] :gusgard/react-native-devsettings.git" ,
7
6
"author" :
" Gustavo Gard <[email protected] >" ,
8
7
"license" : " MIT" ,
8
+ "scripts" : {
9
+ "publish" : " npm publish" ,
10
+ "publish:beta" : " npm publish --tag beta"
11
+ },
12
+ "devDependencies" : {
13
+ "@react-native-async-storage/async-storage" : " ^1.18.1" ,
14
+ "@types/react-native" : " ^0.71.6" ,
15
+ "typescript" : " ^5.0.4"
16
+ },
9
17
"keywords" : [
10
18
" react-native-devsettings" ,
11
19
" react-native" ,
16
24
" chrome debugger" ,
17
25
" debug chrome"
18
26
],
19
- "scripts " : {
20
- "publish " : " npm publish " ,
21
- "publish:beta " : " npm publish --tag beta "
27
+ "repository " : {
28
+ "type " : " git " ,
29
+ "url " : " git+https://github.com/gusgard/react-native-devsettings.git "
22
30
},
23
- "devDependencies" : {
24
- "@react-native-async-storage/async-storage" : " ^1.18.1" ,
25
- "@types/react-native" : " ^0.71.6" ,
26
- "typescript" : " ^5.0.4"
27
- }
31
+ "bugs" : {
32
+ "url" : " https://github.com/gusgard/react-native-devsettings/issues"
33
+ },
34
+ "homepage" : " https://github.com/gusgard/react-native-devsettings#readme" ,
35
+ "contributors" : [
36
+ {
37
+ "name" : " Gustavo Gard" ,
38
+
39
+ "url" : " https://github.com/gusgard"
40
+ }
41
+ ]
28
42
}
You can’t perform that action at this time.
0 commit comments