{
  "name": "@ramap/ra-layers",
  "version": "2.0.13",
  "description": "Ra's collection of built-in layers",
  "license": "MIT",
  "author": "ramap",
  "sideEffects": [
    "./es/index.js"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "lib",
    "es"
  ],
  "dependencies": {
    "@antv/async-hook": "^2.2.9",
    "@babel/runtime": "^7.7.7",
    "@mapbox/martini": "^0.2.0",
    "@turf/clone": "^6.5.0",
    "@turf/helpers": "^6.1.4",
    "@turf/meta": "^6.0.2",
    "@turf/polygon-to-line": "^6.5.0",
    "@turf/union": "^6.5.0",
    "d3-array": "^2",
    "d3-color": "^1.4.0",
    "d3-interpolate": "1.4.0",
    "d3-scale": "^2",
    "earcut": "^2.2.1",
    "eventemitter3": "^4.0.0",
    "extrude-polyline": "^1.0.6",
    "gl-matrix": "^3.1.0",
    "gl-vec2": "^1.3.0",
    "polyline-miter-util": "^1.0.1",
    "@ramap/ra-core": "2.0.13",
    "@ramap/ra-maps": "2.0.13",
    "@ramap/ra-source": "2.0.13",
    "@ramap/ra-utils": "2.0.13"
  },
  "devDependencies": {
    "@types/d3-array": "^2",
    "@types/d3-color": "^1.2.2",
    "@types/d3-interpolate": "1.1.6",
    "@types/d3-scale": "^2.1.1",
    "@types/earcut": "^2.1.0",
    "@types/gl-matrix": "^2.4.5",
    "@ramap/ra-test-utils": "^2.0.13"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": "git@github.com:ramap/ra.git",
  "scripts": {
    "dev": "father dev",
    "build": "npm run clean && father build",
    "check-deps": "father doctor",
    "lint": "eslint src __tests__",
    "clean": "rimraf dist es lib"
  }
}