@abolhasanashori/react-neshan-map
Version:
Unofficial React wrapper for neshan-mapbox-sdk
58 lines • 1.32 kB
JSON
{
"name": "@abolhasanashori/react-neshan-map",
"version": "0.5.3",
"private": false,
"description": "Unofficial React wrapper for neshan-mapbox-sdk",
"keywords": [
"react",
"react18",
"react19",
"neshan",
"map",
"neshan-maps-platform",
"mapbox",
"mapbox-gl"
],
"bugs": {
"url": "https://github.com/AbolhasanAshori/react-neshan-map/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/AbolhasanAshori/react-neshan-map.git",
"directory": "packages/neshan"
},
"license": "MIT",
"author": {
"name": "Abolhasan Ashori",
"email": "abolhasan.ashori@gmail.com",
"url": "https://hasanthedev.ir"
},
"sideEffects": false,
"main": "./index.js",
"peerDependencies": {
"@neshan-maps-platform/mapbox-gl": "1.1.3",
"@types/mapbox-gl": "2.7.21",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"mapbox-gl": "1.13.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"peerDependenciesMeta": {
"@types/mapbox-gl": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"directory": "build"
},
"module": "./index.mjs",
"types": "./index.d.ts"
}