{
  "name": "@turf/buffer",
  "version": "4.7.4",
  "description": "turf buffer 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": [
    "buffer",
    "offset",
    "polygon",
    "linestring",
    "point",
    "geojson",
    "turf"
  ],
  "author": "Turf Authors",
  "contributors": [
    "Tom MacWright <@tmcw>",
    "Denis Carriere <@DenisCarriere>",
    "Stefano Borghi <@stebogit>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "homepage": "https://github.com/Turfjs/turf",
  "devDependencies": {
    "@turf/truncate": "^4.7.3",
    "benchmark": "^2.1.4",
    "load-json-file": "^2.0.0",
    "tape": "^4.6.3",
    "write-json-file": "^2.0.0"
  },
  "dependencies": {
    "@turf/bbox": "^4.7.1",
    "@turf/center": "4.7.1",
    "@turf/helpers": "4.7.1",
    "@turf/meta": "4.7.1",
    "@turf/projection": "^4.7.1",
    "d3-geo": "^1.6.3",
    "jsts": "1.3.0"
  }
}
