@codewithvincent/react-native-gps-filter
Version:
Kalman-based adaptive GPS filter for React Native.
42 lines (41 loc) • 812 B
JSON
{
"name": "@codewithvincent/react-native-gps-filter",
"version": "1.0.3",
"description": "Kalman-based adaptive GPS filter for React Native.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"react-native",
"gps",
"kalman-filter",
"zustand",
"expo-location",
"@react-native-community/geolocation",
"tracking",
"codewithvincent"
],
"author": "codewithvincent",
"license": "MIT",
"dependencies": {
"kalmanjs": "^1.0.0"
},
"devDependencies": {
"typescript": "^5.2.0",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15"
},
"peerDependencies": {
"zustand": "*"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}