Files
react-native/private/cxx-public-api/package.json
Tim Yung 2a7e37e51e RN: Move tools/api to private/cxx-public-api (#51859)
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
2025-06-09 20:30:32 -07:00

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"
}
}