UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@turf/bbox",
3 "version": "6.5.0",
4 "description": "turf bbox module",
5 "author": "Turf Authors",
6 "license": "MIT",
7 "bugs": {
8 "url": "https://github.com/Turfjs/turf/issues"
9 },
10 "homepage": "https://github.com/Turfjs/turf",
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/Turfjs/turf.git"
14 },
15 "funding": "https://opencollective.com/turf",
16 "publishConfig": {
17 "access": "public"
18 },
19 "keywords": [
20 "turf",
21 "extent",
22 "bbox",
23 "polygon",
24 "featurecollection",
25 "geojson"
26 ],
27 "main": "dist/js/index.js",
28 "module": "dist/es/index.js",
29 "exports": {
30 "./package.json": "./package.json",
31 ".": {
32 "import": "./dist/es/index.js",
33 "require": "./dist/js/index.js"
34 }
35 },
36 "types": "dist/js/index.d.ts",
37 "sideEffects": false,
38 "files": [
39 "dist"
40 ],
41 "scripts": {
42 "bench": "ts-node bench.js",
43 "build": "npm-run-all build:*",
44 "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
45 "build:js": "tsc",
46 "docs": "node ../../scripts/generate-readmes",
47 "test": "npm-run-all test:*",
48 "test:tape": "ts-node -r esm test.js"
49 },
50 "devDependencies": {
51 "@types/tape": "*",
52 "benchmark": "*",
53 "npm-run-all": "*",
54 "tape": "*",
55 "ts-node": "*",
56 "tslint": "*",
57 "typescript": "*"
58 },
59 "dependencies": {
60 "@turf/helpers": "^6.5.0",
61 "@turf/meta": "^6.5.0"
62 },
63 "gitHead": "5375941072b90d489389db22b43bfe809d5e451e"
64}