@chauffleet/expo-custom-map
Version:
Open source custom map library for Expo/React Native. Use your own tiles without Google Maps, Mapbox, or API keys. Created by ChaufFleet.
88 lines (87 loc) • 2.4 kB
JSON
{
"name": "@chauffleet/expo-custom-map",
"version": "1.0.12",
"description": "Open source custom map library for Expo/React Native. Use your own tiles without Google Maps, Mapbox, or API keys. Created by ChaufFleet.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/",
"src/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"scripts": {
"build": "tsc && npm run copy-assets",
"build:watch": "tsc -w",
"copy-assets": "cp -r src/assets lib/ || true",
"clean": "rm -rf lib/",
"prepublishOnly": "npm run clean && npm run build",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/ --ext .ts,.tsx",
"lint:fix": "eslint src/ --ext .ts,.tsx --fix",
"format": "prettier --write src/**/*.{ts,tsx}",
"docs": "typedoc src/index.ts",
"example": "cd example && expo start",
"release": "semantic-release"
},
"keywords": [
"react-native",
"expo",
"map",
"maps",
"tiles",
"custom-maps",
"no-api-keys",
"openstreetmap",
"maplibre",
"offline-maps",
"performance",
"clustering",
"routing",
"navigation",
"open-source",
"chauffleet"
],
"author": {
"name": "Thaha CHAHBI",
"email": "thaha.chahbi@chauffleet.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/t-chahbi/expo-custom-map.git"
},
"bugs": {
"url": "https://github.com/t-chahbi/expo-custom-map/issues"
},
"homepage": "https://github.com/t-chahbi/expo-custom-map#readme",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": ">=1.19.0",
"@shopify/react-native-skia": ">=0.1.190",
"expo": ">=49.0.0",
"react": ">=18.0.0",
"react-native": ">=0.72.0",
"react-native-gesture-handler": ">=2.0.0",
"react-native-reanimated": ">=3.0.0"
},
"devDependencies": {
"@types/react": "^19.1.9",
"@types/react-native": "^0.72.8",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"jest": "^30.0.5",
"prettier": "^3.6.2",
"semantic-release": "^24.2.7",
"typedoc": "^0.28.9",
"typescript": "^5.9.2"
}
}