{
  "name": "@ramap/ra-maps",
  "version": "2.0.13",
  "description": "Maps for Ra",
  "license": "MIT",
  "author": "ramap",
  "sideEffects": [
    "**/*.css"
  ],
  "main": "lib/index.js",
  "unpkg": "dist/ra-maps.min.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "dist",
    "lib",
    "es",
    "!dist/report.html"
  ],
  "dependencies": {
    "@amap/amap-jsapi-loader": "^1.0.1",
    "@babel/runtime": "^7.7.7",
    "eventemitter3": "^4.0.0",
    "gl-matrix": "^3.1.0",
    "mapbox-gl": "^1.2.1",
    "maplibre-gl": "^3.5.2",
    "viewport-mercator-project": "^6.2.1",
    "@ramap/ra-core": "2.0.13",
    "@ramap/ra-map": "2.0.13",
    "@ramap/ra-utils": "2.0.13"
  },
  "devDependencies": {
    "@map-component/tmap-types": "^0.1.3",
    "@types/amap-js-api": "^1.4.6",
    "@types/bmapgl": "^0.0.7",
    "@types/gl-matrix": "^2.4.5",
    "@types/google.maps": "^3.54.10",
    "@types/mapbox-gl": "^1.11.2",
    "@types/viewport-mercator-project": "^6.1.0"
  },
  "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"
  }
}