@maplibre/ngx-maplibre-gl
Version:
An Angular binding for maplibre-gl
43 lines • 1.04 kB
JSON
{
"name": "@maplibre/ngx-maplibre-gl",
"version": "21.0.2",
"description": "An Angular binding for maplibre-gl",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maplibre/ngx-maplibre-gl"
},
"keywords": [
"maplibre",
"angular",
"map",
"webgl",
"maplibre-gl",
"ngx"
],
"bugs": {
"url": "https://github.com/maplibre/ngx-maplibre-gl/issues"
},
"homepage": "https://github.com/maplibre/ngx-maplibre-gl#readme",
"peerDependencies": {
"@angular/common": ">= 21.0.0",
"@angular/core": ">= 21.0.0",
"maplibre-gl": ">= 5.15.0",
"rxjs": ">= 7.8.1"
},
"module": "fesm2022/maplibre-ngx-maplibre-gl.mjs",
"typings": "types/maplibre-ngx-maplibre-gl.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/maplibre-ngx-maplibre-gl.d.ts",
"default": "./fesm2022/maplibre-ngx-maplibre-gl.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}