ngx-mapbox-gl
Version:
A Angular binding of mapbox-gl-js
44 lines • 997 B
JSON
{
"name": "ngx-mapbox-gl",
"version": "14.0.0",
"description": "A Angular binding of mapbox-gl-js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Wykks/ngx-mapbox-gl.git"
},
"keywords": [
"mapbox",
"angular",
"map",
"webgl",
"mapbox-gl",
"ngx"
],
"bugs": {
"url": "https://github.com/Wykks/ngx-mapbox-gl/issues"
},
"homepage": "https://github.com/Wykks/ngx-mapbox-gl#readme",
"peerDependencies": {
"@angular/core": "^21.0.0 || ^22.0.0",
"@angular/common": "^21.0.0 || ^22.0.0",
"mapbox-gl": "^3.5.0",
"rxjs": "^7.8.0",
"@types/geojson": "7946.0.16"
},
"sideEffects": false,
"module": "esm2022/ngx-mapbox-gl.js",
"typings": "ngx-mapbox-gl.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ngx-mapbox-gl.d.ts",
"default": "./esm2022/ngx-mapbox-gl.js"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}