{
  "name": "@turf/boolean-overlap",
  "version": "4.7.3",
  "description": "turf boolean-overlap 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",
    "gis",
    "boolean",
    "de-9im",
    "overlap",
    "boolean-overlap"
  ],
  "author": "Turf Authors",
  "contributors": [
    "Tim Channell <@tcql>",
    "Stefano Borghi <@stebogit>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "homepage": "https://github.com/Turfjs/turf",
  "devDependencies": {
    "@turf/helpers": "^4.7.3",
    "benchmark": "2.1.4",
    "glob": "7.1.2",
    "load-json-file": "2.0.0",
    "tape": "4.8.0"
  },
  "dependencies": {
    "@turf/invariant": "^4.7.3",
    "@turf/line-intersect": "^4.7.3",
    "@turf/line-overlap": "^4.7.3",
    "@turf/meta": "^4.7.3",
    "geojson-equality": "0.1.6"
  }
}
