{
  "name": "@flowmap.gl/core",
  "version": "7.3.4",
  "description": "Flow map drawing layer for deck.gl",
  "main": "dist/index.js",
  "module": "dist-esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "src",
    "dist",
    "dist-esm"
  ],
  "scripts": {
    "dev": "tsc --watch & tsc --watch --project tsconfig.build.esm.json",
    "build:es5": "rm -rf dist && tsc --project tsconfig.build.json",
    "build:esm": "rm -rf dist-esm && tsc --project tsconfig.build.esm.json",
    "build": "yarn build:es5 && yarn build:esm",
    "typecheck": "tsc --noEmit",
    "prepare": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/teralytics/flowmap.gl.git"
  },
  "keywords": [
    "flows",
    "flow",
    "map",
    "webgl",
    "visualization",
    "overlay",
    "layer"
  ],
  "author": "Teralytics AG",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/teralytics/flowmap.gl/issues"
  },
  "homepage": "https://github.com/teralytics/flowmap.gl#readme",
  "dependencies": {
    "d3-array": "^2.7.1",
    "d3-collection": "^1.0.7",
    "d3-color": "^2.0.0",
    "d3-interpolate": "^2.0.1",
    "d3-scale": "^3.2.2",
    "reselect": "^4.0.0"
  },
  "devDependencies": {
    "@deck.gl/core": "^8.2.8",
    "@deck.gl/layers": "^8.2.8",
    "@luma.gl/constants": "^8.2.0",
    "@luma.gl/core": "^8.2.0",
    "@types/d3-array": "^2.0.0",
    "@types/d3-collection": "^1.0.8",
    "@types/d3-color": "^1.2.2",
    "@types/d3-interpolate": "^1.3.1",
    "@types/d3-scale": "^2.2.0",
    "@types/geojson": "^7946.0.7",
    "@types/node": "^14.10.1",
    "lint-staged": "^10.3.0",
    "typescript": "^4.0.2"
  },
  "peerDependencies": {
    "@deck.gl/core": ">= 8.0.0",
    "@deck.gl/layers": ">= 8.0.0",
    "@luma.gl/constants": ">= 8.0.0",
    "@luma.gl/core": ">= 8.0.0"
  },
  "gitHead": "340053ef0dda3fc1d67779347e79cb979db207c7",
  "publishConfig": {
    "access": "public"
  }
}
