Files
react-native/packages/react-native-info/package.json
T
React Native Bot 39502c290b Release 0.76.7
#publish-packages-to-npm&0.76-stable
2025-02-05 17:54:02 +00:00

33 lines
865 B
JSON

{
"name": "react-native-info",
"version": "0.76.7",
"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": "15.0.1",
"@react-native-community/cli-platform-apple": "15.0.1",
"@react-native-community/cli-tools": "15.0.1",
"@react-native-community/cli-types": "15.0.1",
"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"
}
}