Files
react-native-firebase/packages/perf/package.json
@Salakar d351edcb27 chore(release): publish [skip-ci]
- @react-native-firebase/functions@6.7.2
 - @react-native-firebase/perf@6.7.2
 - react-native-firebase-tests@6.7.2
2020-04-27 07:23:07 +00:00

36 lines
1005 B
JSON

{
"name": "@react-native-firebase/perf",
"version": "6.7.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "genversion --semi lib/version.js",
"build:clean": "rimraf android/build && rimraf ios/build",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "https://github.com/invertase/react-native-firebase/tree/master/packages/perf"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"firebase",
"perf",
"trace",
"insight",
"http",
"latency",
"performance monitoring"
],
"peerDependencies": {
"@react-native-firebase/app": "*"
},
"publishConfig": {
"access": "public"
}
}