{
  "name": "@turf/isolines",
  "version": "4.7.3",
  "description": "turf isolines module",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "test": "node test.js",
    "bench": "node bench.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf.git"
  },
  "keywords": [
    "turf",
    "geojson",
    "isolines",
    "contours",
    "elevation",
    "topography"
  ],
  "author": "Turf Authors",
  "contributors": [
    "Stefano Borghi <@stebogit>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "homepage": "https://github.com/Turfjs/turf",
  "devDependencies": {
    "@turf/envelope": "^4.7.3",
    "@turf/point-grid": "^4.7.3",
    "@turf/random": "^4.7.3",
    "benchmark": "2.1.4",
    "load-json-file": "2.0.0",
    "matrix-to-grid": "3.0.0",
    "tape": "4.7.0",
    "write-json-file": "2.2.0"
  },
  "dependencies": {
    "@turf/bbox": "^4.7.3",
    "@turf/helpers": "^4.7.3",
    "@turf/invariant": "^4.7.3",
    "@turf/meta": "^4.7.3",
    "grid-to-matrix": "1.2.0",
    "marchingsquares": "1.2.0"
  }
}
