Skip to content

Commit 36d968a

Browse files
committed
Add metadata in package.json
1 parent baaf01e commit 36d968a

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

package.json

+23-9
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
"version": "1.0.1",
44
"main": "index.ts",
55
"description": "A simple library to enable/disable Chrome Debugger from your app",
6-
"repository": "[email protected]:gusgard/react-native-devsettings.git",
76
"author": "Gustavo Gard <[email protected]>",
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",
@@ -16,13 +24,19 @@
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": "[email protected]",
39+
"url": "https://github.com/gusgard"
40+
}
41+
]
2842
}

0 commit comments

Comments
 (0)