ng-azure-maps
Version:
Angular wrapper for Azure Maps
40 lines • 879 B
JSON
{
"name": "ng-azure-maps",
"description": "Angular wrapper for Azure Maps",
"version": "10.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arnaudleclerc/ng-azure-maps"
},
"author": {
"name": "Arnaud Leclerc"
},
"keywords": [
"angular",
"azure-maps",
"azure-maps-control"
],
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"azure-maps-control": "^2.0.32",
"azure-maps-drawing-tools": "^1.0.0",
"azure-maps-rest": "^2.0.5"
},
"module": "fesm2022/ng-azure-maps.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-azure-maps.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}