{
  "name": "@turf/dissolve",
  "version": "4.7.3",
  "description": "turf dissolve module",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "test": "node test.js",
    "bench": "node bench.js"
  },
  "keywords": [
    "turf",
    "dissolve",
    "gis",
    "geojson",
    "polygon"
  ],
  "author": "Turf Authors",
  "license": "MIT",
  "homepage": "https://github.com/Turfjs/turf",
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf.git"
  },
  "devDependencies": {
    "benchmark": "^2.1.4",
    "load-json-file": "^2.0.0",
    "tape": "^4.6.3"
  },
  "dependencies": {
    "@turf/bbox": "^4.7.3",
    "@turf/boolean-overlap": "^4.7.3",
    "@turf/union": "^4.7.3",
    "geojson-utils": "^1.1.0",
    "get-closest": "^0.0.4",
    "rbush": "^2.0.1"
  }
}
