{
  "name": "@ta-interaktiv/react-municipality-search",
  "version": "3.0.1",
  "description": "React component that allows searching for Swiss municipalities with either ZIP code or place names.",
  "keywords": [
    "react",
    "component",
    "switzerland",
    "municipalities",
    "search"
  ],
  "author": "Kaspar Manz <kaspar.manz@tamedia.ch>",
  "homepage": "https://github.com/DND-IT/interaktiv-packages/tree/master/packages/react-municipality-search",
  "license": "ISC",
  "main": "dist/index.js",
  "jsnext/main": "es/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "type": "module",
  "directories": {
    "lib": "src",
    "doc": "docs",
    "test": "__tests__"
  },
  "files": [
    "dist",
    "src",
    "es"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DND-IT/interaktiv-packages.git"
  },
  "scripts": {
    "clean": "rimraf dist es",
    "dist": "rollup -c",
    "docs": "typedoc src/",
    "prepare": "npm run clean && npm run dist"
  },
  "bugs": {
    "url": "https://github.com/DND-IT/interaktiv-packages/issues"
  },
  "dependencies": {
    "@react-spring/web": "9.6.x"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "styled-components": "^6.1.1"
  },
  "gitHead": "6413e12c6fa7bc8e812f7f2542d39e2fc78aad72"
}
