{
  "name": "@its-cool/simple-map",
  "version": "2.2.48",
  "description": "A simple GIS map library built on OpenLayers.",
  "license": "MIT",
  "author": "its-cool",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/its-cool/simpleMap.git"
  },
  "bugs": {
    "url": "https://github.com/its-cool/simpleMap/issues"
  },
  "homepage": "https://github.com/its-cool/simpleMap#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "type": "module",
  "main": "dist/simple-map.umd.cjs",
  "module": "dist/simple-map.js",
  "exports": {
    ".": {
      "import": "./dist/simple-map.js",
      "require": "./dist/simple-map.umd.cjs"
    },
    "./style.css": "./dist/style.css",
    "./tools": {
      "import": "./dist/simple-map.js",
      "require": "./dist/simple-map.umd.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "gis",
    "map",
    "openlayers",
    "geoserver",
    "wmts"
  ],
  "scripts": {
    "dev": "vite",
    "playground": "npm run dev --prefix playground",
    "build": "node scripts/build-lib.mjs",
    "prepack": "npm run build",
    "prepublishOnly": "npm run build",
    "preview": "vite preview"
  },
  "engines": {
    "node": ">=14.18.0"
  },
  "sideEffects": [
    "**/*.css",
    "./src/core/overlay.js"
  ],
  "dependencies": {},
  "devDependencies": {
    "@turf/turf": "^7.0.0",
    "echarts": "^5.0.0",
    "ol": "^10.0.0",
    "ol-echarts": "^4.0.1",
    "proj4": "^2.12.0",
    "vite": "^4.5.14"
  }
}
