mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6461dcd07b
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43287 Move react-native-community/cli clean into core per RFC-0759. Provides: - android - metro - npm - bun - watchman - yarn - cocoapods These tasks are used to clear up caching artefacts in React Native projects. This is going to be called by the `react-native-community/cli` once we publish these in an npm package. Changelog: [General][Added] RFC-0759 Move cli clean into core Reviewed By: cipolleschi Differential Revision: D53997878 fbshipit-source-id: 56907be714184abecc8e3ef677ffc83e9ee7b54d
31 lines
740 B
JSON
31 lines
740 B
JSON
{
|
|
"name": "@react-native/core-cli-utils",
|
|
"version": "0.74.0",
|
|
"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": {}
|
|
}
|