2024-09-05 06:50:27 +00:00
|
|
|
{
|
|
|
|
"name": "ng-openlayers",
|
2024-09-05 09:02:15 +00:00
|
|
|
"version": "18.0.0",
|
|
|
|
"description": "OpenLayers library for Angular (migrated from angular 17 to 18)",
|
|
|
|
"author": "Kamil Furtak (kamil.furtak@gmail.com) / Farmmaps",
|
2024-09-05 06:50:27 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/kamilfurtak/ng-openlayers.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/kamilfurtak/ng-openlayers/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/kamilfurtak/ng-openlayers",
|
|
|
|
"keywords": [
|
|
|
|
"ngx-openlayers",
|
|
|
|
"angular",
|
2024-09-05 09:02:15 +00:00
|
|
|
"angular18",
|
2024-09-05 06:50:27 +00:00
|
|
|
"openlayers",
|
|
|
|
"openlayers8",
|
|
|
|
"ol8"
|
|
|
|
],
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"private": false,
|
|
|
|
"scripts": {
|
|
|
|
"release": "standard-version -m \"chore(release): version %s\" -t \"\"",
|
|
|
|
"prepublishOnly": "cp projects/ng-openlayers/README.md dist/ng-openlayers/README.md"
|
|
|
|
},
|
|
|
|
"standard-version": {
|
|
|
|
"postchangelog": "cp projects/ng-openlayers/CHANGELOG.md dist/ng-openlayers/CHANGELOG.md"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"tslib": "^2.3.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-09-05 09:02:15 +00:00
|
|
|
"@angular/common": "^18.2.3",
|
|
|
|
"@angular/core": "^18.2.3",
|
2024-09-05 06:50:27 +00:00
|
|
|
"ol": "^8.2.0"
|
|
|
|
}
|
|
|
|
}
|