forked from react-native-community/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "@react-native-community/cli-server-api",
"version": "20.1.1",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-tools": "20.1.1",
"body-parser": "^2.2.2",
"compression": "^1.7.1",
"connect": "^3.6.5",
"errorhandler": "^1.5.1",
"nocache": "^3.0.1",
"open": "^6.2.0",
"pretty-format": "^29.7.0",
"serve-static": "^1.13.1",
"strict-url-sanitise": "0.0.1",
"ws": "^6.2.3"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/connect": "^3.4.33",
"@types/errorhandler": "^1.5.0",
"@types/ws": "^7.4.7"
},
"files": [
"build",
"!*.map"
],
"homepage": "https://github.com/react-native-community/cli/tree/main/packages/cli-server-api",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/cli.git",
"directory": "packages/cli-server-api"
},
"gitHead": "3614a01613030c0a328ad2e8bb5d897e5bae1456"
}