{
  "name": "@here/xyz-maps-display",
  "version": "0.44.0",
  "description": "Map display of XYZ editor.",
  "author": {
    "name": "HERE Europe B.V.",
    "url": "https://here.com"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/heremaps/xyz-maps.git",
    "directory": "packages/display"
  },
  "main": "dist/xyz-maps-display.min.js",
  "module": "dist/xyz-maps-display.esm.min.js",
  "types": "dist/xyz-maps-display.d.ts",
  "files": [
    "dist/xyz*.min.js",
    "dist/xyz-maps-display.d.ts"
  ],
  "scripts": {
    "watch-dev": "rollup -c --watch --environment BUILD:dev --bundleConfigAsCjs",
    "build-dev": "rollup -c --environment BUILD:dev --bundleConfigAsCjs",
    "build-release": "rollup -c --environment BUILD:production --bundleConfigAsCjs",
    "build-dts": "npx build-dts -p .",
    "update-changelog": "npx build-changelog"
  },
  "publishConfig": {},
  "dependencies": {
    "@here/xyz-maps-common": "^0.44.0",
    "@here/xyz-maps-core": "^0.44.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^23.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@rollup/plugin-virtual": "^2.1.0",
    "earcut": "^3.0.2",
    "gl-matrix": "^3.4.3",
    "rollup": "^3.29.5",
    "rollup-plugin-glslify": "^1.3.1",
    "tslib": "^2.4.1",
    "typescript": "^4.7.4"
  },
  "gitHead": "de7930829fe4e0da1445cb87374d2ca2cba9d8f5"
}
