mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
cdb2ff9cfe
Summary: Bump the version to match RN. Changelog: [Internal] Reviewed By: huntie Differential Revision: D54538812 fbshipit-source-id: a2e8225ea02fb1e7a69b3b20436c821a857ca1e2
31 lines
745 B
JSON
31 lines
745 B
JSON
{
|
|
"name": "@react-native/core-cli-utils",
|
|
"version": "0.75.0-main",
|
|
"description": "React Native CLI library for Frameworks to build on",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/core-cli-utils"
|
|
},
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/core-cli-utils#readme",
|
|
"keywords": [
|
|
"cli-utils",
|
|
"react-native"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|