{
  "name": "@turf/clone",
  "version": "4.7.3",
  "description": "turf clone 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",
    "clone"
  ],
  "author": "Turf Authors",
  "contributors": [
    "Denis Carriere <@DenisCarriere>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "homepage": "https://github.com/Turfjs/turf",
  "devDependencies": {
    "@turf/helpers": "^4.7.3",
    "@turf/meta": "^4.7.3",
    "benchmark": "2.1.4",
    "tape": "4.7.0"
  }
}
