forked from Alwinator/react-native-http-bridge-refurbished
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
43
44
45
46
{
"name": "react-native-http-bridge-refurbished",
"version": "1.4.0",
"description": "A simple HTTP debug server for React Native apps",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Alwinator/react-native-http-bridge-refurbished.git",
"directory": "packages/react-native-http-bridge-refurbished"
},
"keywords": [
"react-component",
"react-native",
"nanohttpd",
"gcdhttpserver",
"http",
"server",
"bridge",
"webserver"
],
"author": "Alwin Schuster",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alwinator/react-native-http-bridge-refurbished/issues"
},
"homepage": "https://github.com/Alwinator/react-native-http-bridge-refurbished#readme",
"scripts": {
"semantic-release": "semantic-release"
},
"dependencies": {
"react": "18.2.0"
},
"peerDependencies": {
"react-native": ">=0.72"
},
"devDependencies": {
"semantic-release": "^22.0.8"
},
"release": {
"branches": [
"main",
"next"
]
}
}