create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
33 lines (32 loc) • 829 B
JSON
{
"name": "@react-native-community/cli-hermes",
"version": "5.0.1",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"types": "build/index.d.ts",
"dependencies": {
"@react-native-community/cli-platform-android": "^5.0.1",
"@react-native-community/cli-tools": "^5.0.1",
"chalk": "^3.0.0",
"hermes-profile-transformer": "^0.0.6",
"ip": "^1.1.5"
},
"files": [
"build",
"!*.d.ts",
"!*.map"
],
"devDependencies": {
"@react-native-community/cli-types": "^5.0.1",
"@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"
}
}