mirror of
https://github.com/Turfjs/turf.git
synced 2026-01-25 16:07:00 +00:00
72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"name": "@turf/rectangle-grid",
|
|
"version": "7.0.0-alpha.1",
|
|
"description": "turf rectangle-grid module",
|
|
"author": "Turf Authors",
|
|
"contributors": [
|
|
"Steve Bennett <@stevage>",
|
|
"Adam Michaleski <@adam3039>"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Turfjs/turf/issues"
|
|
},
|
|
"homepage": "https://github.com/Turfjs/turf",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Turfjs/turf.git"
|
|
},
|
|
"funding": "https://opencollective.com/turf",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"turf",
|
|
"grid",
|
|
"regular",
|
|
"cartesian"
|
|
],
|
|
"main": "dist/js/index.js",
|
|
"module": "dist/es/index.js",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"types": "./dist/js/index.d.ts",
|
|
"import": "./dist/es/index.js",
|
|
"require": "./dist/js/index.js"
|
|
}
|
|
},
|
|
"types": "dist/js/index.d.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"bench": "tsx bench.js",
|
|
"build": "npm-run-all build:*",
|
|
"build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
|
|
"build:js": "tsc",
|
|
"docs": "tsx ../../scripts/generate-readmes",
|
|
"test": "npm-run-all test:*",
|
|
"test:tape": "tsx test.js"
|
|
},
|
|
"devDependencies": {
|
|
"@turf/bbox-polygon": "^7.0.0-alpha.1",
|
|
"@turf/truncate": "^7.0.0-alpha.1",
|
|
"benchmark": "*",
|
|
"load-json-file": "*",
|
|
"npm-run-all": "*",
|
|
"rollup": "*",
|
|
"tape": "*",
|
|
"tsx": "*",
|
|
"typescript": "*",
|
|
"write-json-file": "*"
|
|
},
|
|
"dependencies": {
|
|
"@turf/boolean-intersects": "^7.0.0-alpha.1",
|
|
"@turf/distance": "^7.0.0-alpha.1",
|
|
"@turf/helpers": "^7.0.0-alpha.1",
|
|
"tslib": "^2.3.0"
|
|
}
|
|
}
|