UNPKG

885 BJSONView Raw
1{
2 "name": "@react-native-community/cli-hermes",
3 "version": "12.3.0",
4 "license": "MIT",
5 "main": "build/index.js",
6 "publishConfig": {
7 "access": "public"
8 },
9 "types": "build/index.d.ts",
10 "dependencies": {
11 "@react-native-community/cli-platform-android": "12.3.0",
12 "@react-native-community/cli-tools": "12.3.0",
13 "chalk": "^4.1.2",
14 "hermes-profile-transformer": "^0.0.6",
15 "ip": "^1.1.5"
16 },
17 "files": [
18 "build",
19 "!*.d.ts",
20 "!*.map"
21 ],
22 "devDependencies": {
23 "@react-native-community/cli-types": "12.3.0",
24 "@types/ip": "^1.1.0"
25 },
26 "homepage": "https://github.com/react-native-community/cli/tree/main/packages/cli-hermes",
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/react-native-community/cli.git",
30 "directory": "packages/cli-hermes"
31 },
32 "gitHead": "ba9438a40b7358d266b578bc2d2430961268690d"
33}