{
  "name": "@here/olp-sdk-dataservice-api",
  "version": "3.0.0",
  "description": "Generated from the OpenAPI specification of the HERE Open Location Platform Data API",
  "main": "index.js",
  "typings": "index",
  "directories": {
    "test": "test",
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint .",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "prepack": "tsc --sourceMap false && npm run bundle",
    "bundle": "npm run bundle:dev && npm run bundle:prod",
    "bundle:prod": "webpack --env NODE_ENV=production",
    "bundle:dev": "webpack --env NODE_ENV=development"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com:heremaps/here-data-sdk-typescript.git",
    "directory": "@here/olp-sdk-dataservice-api"
  },
  "author": {
    "name": "HERE Europe B.V.",
    "url": "https://here.com"
  },
  "license": "Apache-2.0",
  "dependencies": {},
  "engines": {
    "node": ">= 24.0.0"
  }
}
