Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
22 lines
684 B
JSON
22 lines
684 B
JSON
{
|
|
"name": "@farmmaps/ng-openlayers",
|
|
"version": "20.0.1",
|
|
"description": "Ngx openLayers library for Angular",
|
|
"author": "Quentin Lampin / Farmmaps",
|
|
"publishConfig": {
|
|
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/quentinlampin/ngx-openlayers.git"
|
|
},
|
|
"scripts": {
|
|
"release": "standard-version -m \"chore(release): version %s\" -t \"\"",
|
|
"prepublishOnly": "cp projects/ng-openlayers/README.md dist/ng-openlayers/README.md"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": ">=19.0.0 <=20.x.x",
|
|
"@angular/core": ">=19.0.0 <=20.x.x",
|
|
"ol": "~10.7.0"
|
|
}
|
|
} |