UNPKG

rs-react-native-map-clustering

Version:

React Native Map Clustering both for Android and iOS with TypeScript support

64 lines 1.92 kB
{ "name": "rs-react-native-map-clustering", "description": "React Native Map Clustering both for Android and iOS with TypeScript support", "version": "6.0.1", "author": "rsoubrane", "license": "MIT", "bugs": { "url": "https://github.com/rsoubrane/react-native-map-clustering/issues" }, "homepage": "https://github.com/rsoubrane/react-native-map-clustering#readme", "types": "dist/index.d.ts", "main": "dist/index.js", "files": [ "dist", "index.ts", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepare": "bun run build", "biome:lint": "biome lint ./src", "biome:format": "biome format ./src --write", "biome:check": "biome check ./src", "biome:check:apply": "biome check ./src --write", "biome:check:apply:unsafe": "biome check ./src --write --unsafe", "type:check": "tsc --noEmit", "release": "bun run build && npm publish", "release:dry": "bun run build && npm publish --dry-run" }, "repository": { "type": "git", "url": "git+https://github.com/rsoubrane/react-native-map-clustering.git" }, "keywords": [ "react-native", "react", "cluster", "android", "iOS", "map", "clustering", "typescript" ], "packageManager": "bun@1.3.9", "peerDependencies": { "react-native-maps": "*", "react-native": "*", "react": "*" }, "dependencies": { "supercluster": "^8.0.1", "@mapbox/geo-viewport": "^0.5.0" }, "devDependencies": { "@biomejs/biome": "^2.4.4", "@types/geojson": "^7946.0.16", "@types/mapbox__geo-viewport": "*", "@types/react": "*", "@types/react-native": "*", "@types/supercluster": "*", "typescript": "*" } }