File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "version" : " 1.0.1" ,
44 "main" : " index.ts" ,
55 "description" : " A simple library to enable/disable Chrome Debugger from your app" ,
6- "repository" : " git@github.com:gusgard/react-native-devsettings.git" ,
76 "author" : " Gustavo Gard <gusgard.it@gmail.com>" ,
87 "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+ },
917 "keywords" : [
1018 " react-native-devsettings" ,
1119 " react-native" ,
1624 " chrome debugger" ,
1725 " debug chrome"
1826 ],
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 "
2230 },
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+ "email" : " gusgard.it@gmail.com" ,
39+ "url" : " https://github.com/gusgard"
40+ }
41+ ]
2842}
You can’t perform that action at this time.
0 commit comments