UNPKG

1.5 kBJSONView Raw
1{
2 "name": "@turf/bearing",
3 "version": "6.4.0",
4 "description": "turf bearing 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 "publishConfig": {
16 "access": "public"
17 },
18 "keywords": [
19 "turf",
20 "bearing"
21 ],
22 "main": "dist/js/index.js",
23 "module": "dist/es/index.js",
24 "exports": {
25 "./package.json": "./package.json",
26 ".": {
27 "import": "./dist/es/index.js",
28 "require": "./dist/js/index.js"
29 }
30 },
31 "types": "dist/js/index.d.ts",
32 "sideEffects": false,
33 "files": [
34 "dist"
35 ],
36 "scripts": {
37 "bench": "ts-node bench.js",
38 "build": "npm-run-all build:*",
39 "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
40 "build:js": "tsc",
41 "docs": "node ../../scripts/generate-readmes",
42 "test": "npm-run-all test:*",
43 "test:tape": "ts-node -r esm test.js"
44 },
45 "devDependencies": {
46 "@turf/destination": "^6.4.0",
47 "@types/tape": "*",
48 "benchmark": "*",
49 "npm-run-all": "*",
50 "tape": "*",
51 "ts-node": "*",
52 "tslint": "*",
53 "typescript": "*",
54 "write-json-file": "*"
55 },
56 "dependencies": {
57 "@turf/helpers": "^6.4.0",
58 "@turf/invariant": "^6.4.0"
59 },
60 "gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac"
61}