-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 965 Bytes
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
{
"name": "react-native-gcd-webserver",
"version": "0.0.4",
"description": "React Native Nitro wrapper for GCDWebServer",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"react-native": "lib/index.js",
"source": "src/index.ts",
"files": [
"lib",
"src",
"ios",
"third-party",
"nitrogen",
"nitro.json",
"*.podspec",
"react-native.config.js",
"README.md"
],
"scripts": {
"typecheck": "tsc --noEmit",
"typescript": "tsc",
"specs": "tsc --noEmit false && nitrogen --logLevel=debug"
},
"keywords": [
"react-native",
"nitro",
"gcdwebserver"
],
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-nitro-modules": "*"
},
"devDependencies": {
"nitrogen": "^0.33.2",
"react": "19.2.0",
"react-native": "0.83.0",
"react-native-nitro-modules": "^0.33.2",
"typescript": "^5.9.2"
}
}