UNPKG

@kingstinct/react-native-healthkit

Version:
153 lines (152 loc) 4.18 kB
{ "name": "@kingstinct/react-native-healthkit", "version": "8.2.0", "description": "React Native bindings for HealthKit", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "ios", "cpp", "kingstinct-react-native-healthkit.podspec", "!lib/typescript/example", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "app.plugin.js" ], "scripts": { "test-only": "bun test --preload ./src/test-setup.ts src", "test": "concurrently \"bun test-only\" \"bun typecheck\" \"bun lint\"", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\" --cache", "prepare": "bob build && husky install", "release": "release-it", "pods": "cd example && pod-install --quiet", "bootstrap": "cd example && bun install && bun pods", "upgrade-interactive": "bunx npm-check-updates --format group -i" }, "lint-staged": { "*.swift": "swiftlint ios --fix", "*.ts": "eslint --fix", "*.js": "eslint --fix", "*.json": "eslint --fix" }, "keywords": [ "react-native", "ios", "healthkit", "typescript", "react-hooks" ], "repository": "https://github.com/kingstinct/react-native-healthkit", "funding": [ "https://github.com/sponsors/kingstinct", "https://github.com/sponsors/robertherber" ], "author": { "name": "Robert Herber", "email": "robert@kingstinct.com", "url": "https://github.com/robertherber" }, "license": "MIT", "bugs": { "url": "https://github.com/kingstinct/react-native-healthkit/issues" }, "homepage": "https://github.com/kingstinct/react-native-healthkit#readme", "devDependencies": { "@babel/core": ">=7", "@babel/preset-env": "^7.18.10", "@commitlint/config-conventional": "12", "@expo/config-plugins": "^6.0.1", "@graphql-eslint/eslint-plugin": ">=3", "@release-it/conventional-changelog": "2", "@testing-library/react-native": "12", "@types/bun": "^1.1.3", "@types/node": "^18.7.14", "@types/react": "~18.0.27", "@typescript-eslint/eslint-plugin": ">=5", "@typescript-eslint/parser": ">=5", "commitlint": "^17.1.1", "concurrently": "8", "eslint": "8", "eslint-config-airbnb": ">=19", "eslint-config-airbnb-base": ">=15", "eslint-config-kingstinct": "^5.1.1", "eslint-import-resolver-typescript": ">=3", "eslint-plugin-comment-length": ">=0", "eslint-plugin-functional": ">=4", "eslint-plugin-import": ">=2", "eslint-plugin-jest": ">=26", "eslint-plugin-jsonc": ">=2", "eslint-plugin-jsx-a11y": ">=6", "eslint-plugin-react": ">=7", "eslint-plugin-react-hooks": ">=4", "eslint-plugin-react-native": ">=4", "eslint-plugin-react-native-a11y": ">=3", "eslint-plugin-unicorn": ">=43", "eslint-plugin-yml": ">=1", "expo": ">=45", "graphql": ">=16", "husky": "8", "lint-staged": "^13.2.2", "metro-react-native-babel-preset": "^0.70.3", "pod-install": "^0.1.0", "react": "18.2.0", "react-native": "0.71.8", "react-native-builder-bob": "^0.18.1", "react-test-renderer": "18", "release-it": "14", "solidarity": "^3.0.4", "solidarity-react-native": "^2.1.2", "typescript": "^4.9.4" }, "peerDependencies": { "react": "*", "react-native": "*" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular", "infile": "CHANGELOG.md" } } }, "eslintIgnore": [ "node_modules/", "lib/" ], "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] } }