{ "name": "hslayers-app", "version": "0.1.0", "description": "HSLayers-NG application", "main": "build/index.html", "directories": { "test": "test" }, "scripts": { "ng": "ng", "build": "ng build --configuration production", "dev": "ng serve --configuration production --disable-host-check", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/jmacura/template-hslayers.git" }, "keywords": [ "map", "hslayers-ng" ], "author": "Plan4All", "license": "MIT", "bugs": { "url": "https://github.com/jmacura/template-hslayers/issues" }, "homepage": "https://github.com/jmacura/template-hslayers/README.md", "dependencies": { "hslayers-ng": "^7.1.0" }, "devDependencies": { "@angular-builders/custom-webpack": "^12.1.3", "@angular-devkit/build-angular": "^12.2.13", "@angular-eslint/builder": "^13.2.1", "@angular-eslint/eslint-plugin": "^13.2.1", "@angular-eslint/eslint-plugin-template": "^13.2.1", "@angular-eslint/template-parser": "^13.2.1", "@angular/cli": "^12.2.13", "@types/karma-jasmine": "^4.0.2", "@typescript-eslint/eslint-plugin": "^5.23.0", "eslint": "^7.32.0", "eslint-config-openlayers": "^16.1.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-tsdoc": "^0.2.16", "file-loader": "^6.2.0", "karma-jasmine": "^4.0.1" } }