{
  "name": "@here/xyz-maps-core",
  "version": "0.44.0",
  "description": "Core libs 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/core"
  },
  "main": "dist/xyz-maps-core.min.js",
  "types": "dist/xyz-maps-core.d.ts",
  "files": [
    "dist/xyz*.min.js",
    "dist/xyz-maps-core.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"
  },
  "devDependencies": {
    "@mapbox/vector-tile": "^1.3.1",
    "@rollup/plugin-commonjs": "^22.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",
    "@types/node": "^18.7.11",
    "@types/offscreencanvas": "^2019.7.3",
    "git-rev-sync": "^3.0.2",
    "pbf": "^3.2.1",
    "rbush": "^3.0.1",
    "rollup": "^3.29.5",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4"
  },
  "gitHead": "de7930829fe4e0da1445cb87374d2ca2cba9d8f5"
}
