{
  "name": "@ta-interaktiv/react-swissmap",
  "version": "2.3.3",
  "description": "A d3 map of Switzerland. Useful for showing data for all municipalities",
  "keywords": [
    "d3",
    "map",
    "switzerland"
  ],
  "author": "Dariush-Mehdiaraghi <55876039+Dariush-Mehdiaraghi@users.noreply.github.com>",
  "homepage": "https://github.com/DND-IT/interaktiv-packages#readme",
  "license": "ISC",
  "main": "dist/index.js",
  "module": "dist/index.m.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DND-IT/interaktiv-packages.git"
  },
  "scripts": {
    "docs": "typedoc src/",
    "test": "echo \"Error: run tests from root\" && exit 1",
    "prepare": "npm run clean && npm run dist",
    "clean": "rimraf dist es",
    "dist": "rollup -c"
  },
  "bugs": {
    "url": "https://github.com/DND-IT/interaktiv-packages/issues"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "styled-components": "^6.1.1"
  },
  "dependencies": {
    "@ta-interaktiv/react-municipality-search": "^3.0.1",
    "d3": "^7.9.0",
    "topojson-client": "^3.1.0",
    "usehooks-ts": "^3.1.0"
  },
  "devDependencies": {
    "@types/d3": "^7.1.0",
    "@types/d3-geo": "^3.0.2",
    "@types/topojson-client": "^3.1.0"
  },
  "gitHead": "6413e12c6fa7bc8e812f7f2542d39e2fc78aad72"
}
