mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f5ecf66695
#publish-packages-to-npm&0.75-stable
33 lines
864 B
JSON
33 lines
864 B
JSON
{
|
|
"name": "react-native-info",
|
|
"version": "0.75.5",
|
|
"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": "14.1.0",
|
|
"@react-native-community/cli-platform-apple": "14.1.0",
|
|
"@react-native-community/cli-tools": "14.1.0",
|
|
"@react-native-community/cli-types": "14.1.0",
|
|
"commander": "^9.4.1",
|
|
"fs-extra": "^11.2.0",
|
|
"yaml": "^2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/envinfo": "^7.8.3",
|
|
"@types/fs-extra": "^11.0.4"
|
|
}
|
|
}
|