@turf/helpers
Version:
turf geometries
32 lines (31 loc) • 622 B
JSON
{
"name": "@turf/helpers",
"version": "3.10.0",
"description": "turf geometries",
"main": "index.js",
"scripts": {
"test": "tape test.js && tsc index.d.ts"
},
"repository": {
"type": "git",
"url": "git://github.com/Turfjs/turf.git"
},
"keywords": [
"geo",
"point",
"turf",
"geojson"
],
"author": "Turf Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0"
},
"dependencies": {},
"types": "index.d.ts"
}