{
  "name": "@spatial/shortest-path",
  "version": "1.0.5",
  "description": "turf shortest-path module",
  "main": "main.js",
  "module": "main.es.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "main.js",
    "lib",
    "main.es.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "pretest": "rollup -c ../../rollup.config.js",
    "test": "node -r esm test.js",
    "posttest": "node -r esm ../../scripts/validate-es5-dependencies.js",
    "bench": "node -r esm bench.js",
    "docs": "node ../../scripts/generate-readmes"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf.git"
  },
  "keywords": [
    "turf",
    "shortest-path",
    "path"
  ],
  "author": "Turf Authors",
  "contributors": [
    "Stefano Borghi <@stebogit>",
    "Denis Carriere <@DenisCarriere>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "homepage": "https://github.com/Turfjs/turf",
  "devDependencies": {
    "@spatial/truncate": "^1.0.5",
    "benchmark": "*",
    "esm": "*",
    "rollup": "*",
    "tape": "*"
  },
  "dependencies": {
    "@spatial/bbox": "^1.0.5",
    "@spatial/bbox-polygon": "^1.0.5",
    "@spatial/boolean-point-in-polygon": "^1.0.5",
    "@spatial/clean-coords": "^1.0.5",
    "@spatial/distance": "^1.0.5",
    "@spatial/helpers": "^1.0.5",
    "@spatial/invariant": "^1.0.5",
    "@spatial/meta": "^1.0.5",
    "@spatial/transform-scale": "^1.0.5"
  },
  "esm": {
    "cjs": true
  },
  "gitHead": "e448e0465bd2406d476128f71ddfbce1c6d980b0"
}
