{
  "name": "@targomo/core",
  "description": "The JavaScript (& TypeScript) API for Targomo's time-based access mapping services.",
  "author": "Targomo",
  "version": "0.7.18",
  "license": "MIT",
  "repository": "github:targomo/targomo-js",
  "homepage": "https://targomo.com/developers",
  "bugs": {
    "url": "https://github.com/targomo/targomo-js/issues"
  },
  "keywords": [
    "map",
    "gis",
    "api",
    "rest",
    "isochrone",
    "reachability"
  ],
  "main": "targomo-core.js",
  "module": "targomo-core.js",
  "browser": "targomo-core.umd.min.js",
  "typings": "./typings/index.d.ts",
  "scripts": {
    "dev": "npm run clean && webpack --watch",
    "build": "npm run clean && node build.js",
    "lint": "eslint . --ext .ts",
    "clean": "shx rm -rf dist",
    "test": "npm run test:browser && npm run test:node",
    "test:browser": "jest --config=jest.config.json --env=jsdom",
    "test:node": "jest --config=jest.config.json --env=node",
    "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --config=jest.config.json",
    "test:coverage": "npm run test:browser && npm run test:node -- --coverage",
    "test:export-coverage": "npm run test:browser && npm run test:node -- --coverage --mapCoverage --no-cache"
  },
  "devDependencies": {
    "@types/geojson": "^7946.0.1",
    "@types/jest": "^21.1.5",
    "@types/node": "^6.0.60",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "copy-webpack-plugin": "^4.2.0",
    "eslint": "^8.14.0",
    "fs-extra": "^7.0.1",
    "jest": "^21.2.1",
    "nock": "^13.0.4",
    "rollup": "^2.71.1",
    "rollup-plugin-commonjs": "^8.2.6",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-resolve": "0.0.1-predev.1",
    "rollup-plugin-typescript2": "^0.31.2",
    "@lopatnov/rollup-plugin-uglify": "^2.1.2",
    "shx": "^0.2.2",
    "ts-jest": "^21.1.4",
    "ts-loader": "^3.1.1",
    "typescript": "^4.6.4",
    "webpack": "^5.72.0",
    "webpack-node-externals": "1.6.0"
  },
  "dependencies": {
    "isomorphic-fetch": "^2.2.1",
    "whatwg-fetch": "^2.0.3"
  }
}
