{
  "name": "svgmap",
  "description": "svgMap is a JavaScript library that lets you easily create an interactable world map comparing customizable data for each country.",
  "version": "2.20.0",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "svg-map",
    "world-map",
    "chart",
    "countries"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/stephanwagner/svgMap.git"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "style": "./dist/svg-map.css",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    },
    "./style": "./dist/svg-map.css",
    "./style.min": "./dist/svg-map.min.css"
  },
  "sideEffects": [
    "*.css"
  ],
  "files": [
    "dist",
    "src",
    "assets"
  ],
  "dependencies": {
    "svg-pan-zoom": "^3.6.2"
  },
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "prepublishOnly": "npm run build && node test/assets.js"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "csso": "^5.0.5",
    "rollup": "^4.60.2",
    "rollup-plugin-postcss": "^4.0.2",
    "sass": "^1.99.0"
  }
}
