turf/package.json
2017-11-01 11:51:41 -04:00

78 lines
1.6 KiB
JSON

{
"private": true,
"version": "5.0.0",
"description": "a node.js library for performing geospatial operations with geojson",
"scripts": {
"prelint": "tsc",
"lint": "eslint packages/turf-*/index.js",
"postlint": "documentation lint packages/turf-*/index.js",
"pretest": "lerna bootstrap && npm run lint",
"test": "lerna run test",
"docs": "node ./scripts/generate-readmes",
"5to6": "jscodeshift -t node_modules/5to6-codemod/transforms/cjs.js packages/turf-*/bench.js"
},
"repository": {
"type": "git",
"url": "https://github.com/turfjs/turf.git"
},
"keywords": [
"gis",
"geo",
"geojs",
"geospatial",
"geography",
"geometry",
"map",
"contour",
"centroid",
"tin",
"extent",
"geojson",
"grid",
"polygon",
"line",
"point",
"area",
"analysis",
"statistics",
"stats",
"midpoint",
"plane",
"quantile",
"jenks",
"sample"
],
"author": "morganherlocker",
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"devDependencies": {
"5to6-codemod": "*",
"@std/esm": "*",
"@types/geojson": "*",
"@types/node": "*",
"@types/tape": "*",
"camelcase": "*",
"d3-queue": "*",
"decamelize": "*",
"documentation": "*",
"eslint": "*",
"eslint-config-mourner": "*",
"fs-extra": "*",
"jscodeshift": "*",
"lerna": "*",
"load-json-file": "*",
"meow": "*",
"progress": "*",
"babel-plugin-external-helpers": "*",
"babel-preset-env": "*",
"tape": "*",
"typescript": "*"
},
"@std/esm": {
"esm": "js",
"cjs": true
}
}