Files
React Native Bot f5ecf66695 Release 0.75.5
#publish-packages-to-npm&0.75-stable
2025-02-06 16:25:21 +00:00

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