{
  "name": "@here/olp-sdk-dataservice-read",
  "version": "2.0.0",
  "description": "Wrapper around a subset of the HERE Open Location Platform Data REST API related to reading data from OLP catalogs",
  "main": "index.js",
  "browser": "index.web.js",
  "typings": "index.web",
  "directories": {
    "test": "test",
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc",
    "lint": "tslint -c tslint.json -p tsconfig.json",
    "test": "tsc -p ./test/tsconfig.json && mocha",
    "coverage": "nyc npm run test",
    "codecov": "npm run coverage && nyc report --reporter=lcov",
    "prepare": "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"
  },
  "nyc": {
    "include": [
      "lib/**/*.ts",
      "lib/**/*.js"
    ],
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com:heremaps/here-data-sdk-typescript.git",
    "directory": "@here/olp-sdk-dataservice-read"
  },
  "author": {
    "name": "HERE Europe B.V.",
    "url": "https://here.com"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@here/olp-sdk-core": "^2.0.0",
    "@here/olp-sdk-dataservice-api": "^2.0.0",
    "@here/olp-sdk-fetch": "^2.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.7",
    "@types/mocha": "^5.2.7",
    "@types/node": "18.7.14",
    "@types/sinon": "7.0.3",
    "@types/sinon-chai": "^3.2.3",
    "chai": "^4.2.0",
    "glob": "^7.1.6",
    "husky": "^3.1.0",
    "lint-staged": "^9.5.0",
    "mocha": "^6.2.2",
    "nyc": "^15.0.0",
    "prettier": "^1.19.1",
    "sinon": "7.4.2",
    "sinon-chai": "^3.4.0",
    "source-map-support": "^0.5.16",
    "ts-node": "10.9.2",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typedoc": "^0.22.13",
    "typescript": "4.0.3",
    "webpack": "^4.46.0",
    "webpack-cli": "^3.3.10",
    "terser-webpack-plugin": "^1.4.5"
  },
  "engines": {
    "node": ">= 18.0.0"
  }
}
