@maplibre/ngx-maplibre-gl
Version:
A Angular binding of maplibre-gl
43 lines • 990 B
JSON
{
"name": "@maplibre/ngx-maplibre-gl",
"version": "19.0.0",
"description": "A Angular binding of maplibre-gl",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maplibre/ngx-maplibre-gl.git"
},
"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": ">= 19.0.0",
"@angular/core": ">= 19.0.0",
"maplibre-gl": ">= 5.0.0",
"rxjs": ">= 7.8.1"
},
"module": "fesm2022/maplibre-ngx-maplibre-gl.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/maplibre-ngx-maplibre-gl.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}