mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
affadb6da8
Summary: Using version information previously housed in react-native-communtiy/cli Changelog: [Internal] Reviewed By: cortinico Differential Revision: D55960009 fbshipit-source-id: 38f8b2310942a9337a7b64b51a87ae629d9bbbaf
33 lines
832 B
JSON
33 lines
832 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": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/core-cli-utils"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./package.json": "./package.json",
|
|
"./version.js": "./src/public/version.js"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"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": {}
|
|
}
|