{
  "name": "@dkkoval/react-md-stats-map",
  "version": "0.1.5",
  "description": "A React component for visualizing data on a map of Moldova by raion.",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "clean": "rm -rf dist",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:watch": "rollup -c -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dmk/react-stats-map.git",
    "directory": "packages/react-md-stats-map"
  },
  "keywords": [
    "react",
    "typescript",
    "map",
    "moldova",
    "d3",
    "visx",
    "data-visualisation"
  ],
  "author": "Dmytro Koval",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dmk/react-stats-map/issues"
  },
  "homepage": "https://github.com/dmk/react-stats-map#readme",
  "dependencies": {
    "@dkkoval/react-stats-map": "0.1.3",
    "topojson-client": "^3"
  },
  "peerDependencies": {
    "react": "^18",
    "react-dom": "^18"
  },
  "devDependencies": {
    "@emotion/is-prop-valid": "^1.3.1",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "rollup": "^4.24.2",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.6.3"
  }
}
