mirror of
https://github.com/Turfjs/turf.git
synced 2026-01-18 16:02:57 +00:00
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"name": "@turf/boolean-parallel",
|
|
"version": "7.0.0-alpha.1",
|
|
"description": "turf boolean-parallel module",
|
|
"author": "Turf Authors",
|
|
"contributors": [
|
|
"Stefano Borghi <@stebogit>"
|
|
],
|
|
"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",
|
|
"parallel",
|
|
"boolean",
|
|
"boolean-parallel"
|
|
],
|
|
"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": {
|
|
"@types/tape": "*",
|
|
"benchmark": "*",
|
|
"load-json-file": "*",
|
|
"npm-run-all": "*",
|
|
"tape": "*",
|
|
"tslint": "*",
|
|
"tsx": "*",
|
|
"typescript": "*",
|
|
"write-json-file": "*"
|
|
},
|
|
"dependencies": {
|
|
"@turf/clean-coords": "^7.0.0-alpha.1",
|
|
"@turf/helpers": "^7.0.0-alpha.1",
|
|
"@turf/line-segment": "^7.0.0-alpha.1",
|
|
"@turf/rhumb-bearing": "^7.0.0-alpha.1",
|
|
"tslib": "^2.3.0"
|
|
}
|
|
}
|