mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b530371b7f
Summary: Capturing the correct attribution in the licenses as well as adding some documentation. I think the code will have changed significantly enough across the files that once we change to flow, we can drop the attribution in the files but leave the mention in the README. Changelog: [Internal] bypass-github-export-checks Reviewed By: huntie Differential Revision: D55752899 fbshipit-source-id: b436d745d5ad439661d2af840b2cc8df4bff0038
33 lines
868 B
JSON
33 lines
868 B
JSON
{
|
|
"name": "react-native-info",
|
|
"version": "1.0.0",
|
|
"main": "build/index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"types": "build/index.d.ts",
|
|
"files": [
|
|
"build",
|
|
"!*.d.ts",
|
|
"!*.map"
|
|
],
|
|
"homepage": "https://github.com/facebook//react-native/tree/main/packages/react-native-info",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/react-native-info"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/cli-config": "^13.6.4",
|
|
"@react-native-community/cli-platform-apple": "^13.6.4",
|
|
"@react-native-community/cli-tools": "^13.6.4",
|
|
"@react-native-community/cli-types": "^13.6.4",
|
|
"commander": "^12.0.0",
|
|
"fs-extra": "^11.2.0",
|
|
"yaml": "^2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/envinfo": "^7.8.3",
|
|
"@types/fs-extra": "^11.0.4"
|
|
}
|
|
}
|