You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
886 B
34 lines
886 B
{
|
|
"name": "@react-native-community/cli-hermes",
|
|
"version": "9.3.1",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"types": "build/index.d.ts",
|
|
"dependencies": {
|
|
"@react-native-community/cli-platform-android": "^9.3.1",
|
|
"@react-native-community/cli-tools": "^9.2.1",
|
|
"chalk": "^4.1.2",
|
|
"hermes-profile-transformer": "^0.0.6",
|
|
"ip": "^1.1.5"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"!*.d.ts",
|
|
"!*.map"
|
|
],
|
|
"devDependencies": {
|
|
"@react-native-community/cli-types": "^9.1.0",
|
|
"@types/ip": "^1.1.0"
|
|
},
|
|
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/cli-hermes",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-native-community/cli.git",
|
|
"directory": "packages/cli-hermes"
|
|
},
|
|
"gitHead": "e0f94caf2d141d34402cced7a1b0b264df44c51a"
|
|
}
|