Files
Mapsdk/packages/map-sdk/package.json

27 lines
700 B
JSON

{
"name": "@lynkedup/map-sdk",
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint . --ext .ts,.tsx"
},
"peerDependencies": {
"react": ">=17",
"react-native": ">=0.70",
"react-native-maps": "^1.3.2",
"react-native-map-clustering": "^3.4.0 || ^4.0.0",
"@react-native-community/geolocation": "^2.0.2"
},
"devDependencies": {
"typescript": "^5.0.0",
"eslint": "^8.0.0",
"@types/react": "^18.0.0",
"@types/react-native": "^0.70.0"
}
}