react-native-healthkit-bridge
Version:
A comprehensive React Native bridge for Apple HealthKit with TypeScript support, advanced authorization, and flexible data queries
79 lines (78 loc) • 2.04 kB
JSON
{
"name": "react-native-healthkit-bridge",
"version": "1.15.4",
"description": "A comprehensive React Native bridge for Apple HealthKit with TypeScript support, advanced authorization, and flexible data queries",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/types/index.d.ts",
"react-native": "src/index.ts",
"files": [
"lib/",
"ios/HealthKit/",
"src/",
"react-native-healthkit-bridge.podspec",
"react-native.config.js",
"CHANGELOG.md"
],
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"codegenConfig": {
"name": "HealthKitBridgeSpec",
"type": "modules",
"jsSrcsDir": "src"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"lint": "eslint . --ext .ts,.tsx",
"test": "echo \"No tests yet\"",
"dev:link": "yalc publish",
"dev:link:app": "yalc add react-native-healthkit-bridge",
"dev:unlink:app": "yalc remove react-native-healthkit-bridge",
"roadmap:progress": "node scripts/update-progress.js progress",
"roadmap:report": "node scripts/update-progress.js report",
"roadmap:update": "node scripts/update-progress.js update",
"roadmap:all": "node scripts/update-progress.js all"
},
"keywords": [
"react-native",
"healthkit",
"ios",
"expo",
"apple",
"fitness",
"bridge",
"health",
"medical",
"data",
"range",
"dates",
"days",
"selective-authorization",
"privacy"
],
"repository": {
"type": "git",
"url": "https://github.com/DiegoTeles/react-native-healthkit-bridge.git"
},
"author": "Diego Telles - @UnicornCoder <telles.io@outlook.com>",
"license": "MIT",
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.71.0"
},
"devDependencies": {
"@types/react": "^18.3.23",
"@types/react-native": "^0.71.13",
"eslint": "^8.0.0",
"prettier": "^2.0.0",
"typescript": "^5.8.3"
}
}