react-native-performance-stats
Version:
Get FPS, memory and CPU usage of your React Native app
79 lines (78 loc) • 2.06 kB
JSON
{
"name": "react-native-performance-stats",
"version": "0.2.3",
"description": "Get FPS, memory and CPU usage of your React Native app",
"react-native": "src/index",
"source": "src/index",
"types": "types.d.ts",
"files": [
"src",
"android",
"ios",
"react-native-performance-stats.podspec",
"types.d.ts",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"release": "release-it"
},
"keywords": [
"react-native",
"ios",
"android",
"fps",
"performance",
"stats",
"memory"
],
"repository": "https://github.com/skillnation/react-native-performance-stats",
"author": "Hanno J. Goedecke die.drei99@yahoo.de (https://github.com/hannojg)",
"license": "MIT",
"bugs": {
"url": "https://github.com/skillnation/react-native-performance-stats/issues"
},
"homepage": "https://github.com/skillnation/react-native-performance-stats#readme",
"devDependencies": {
"@release-it/conventional-changelog": "^2.0.0",
"@types/react-native": "^0.67.8",
"release-it": "^14.2.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"codegenConfig": {
"libraries": [
{
"name": "RNPerformanceStatsSpec",
"type": "modules",
"jsSrcsDir": "src"
}
]
}
}