FarmMapsLib/projects/common-map3d/package.json
Willem Dantuma 4b6175b6c4
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
Add npm scope
2020-10-02 17:37:36 +02:00

17 lines
391 B
JSON

{
"name": "@farmmaps/common-map3d",
"version": "0.0.1",
"publishConfig": {
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
"peerDependencies": {
"@angular/common": "^10.1.3",
"@angular/core": "^10.1.3",
"ngx-openlayers": "1.0.0-next.16",
"cesium": "^1.73.0",
"ol-cesium": "^2.11.3"
},
"dependencies": {
"tslib": "^2.0.0"
}
}