mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2a7e37e51e
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51859 Moves `tools/apis` to `private/cxx-public-api` and cleans up a few things: - Clean up the `BUCK` file a bit. - Deduplicate relative paths in scripts. - Prefix the private package name with `react-native/`. Changelog: [Internal] Reviewed By: huntie Differential Revision: D76091765 fbshipit-source-id: 6fac7423f9d205085b0b21465f65075a850b61e2
19 lines
403 B
JSON
19 lines
403 B
JSON
{
|
|
"name": "@react-native/cxx-public-api",
|
|
"version": "0.0.1",
|
|
"description": "Captures the Objective-C / C++ public API of React Native",
|
|
"main": "public-api.js",
|
|
"files": [
|
|
"check-api.sh",
|
|
"public-api.conf",
|
|
"public-api.js"
|
|
],
|
|
"repository": "https://reactnative.dev/",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"glob": "^7.1.1",
|
|
"ini": "^5.0.0"
|
|
}
|
|
}
|