{
  "name": "@fxi/d3-geo-zoom",
  "version": "2.0.0",
  "description": "Zoom and Pan D3 Geo projections (Ported from vasturiano/d3-geo-zoom)",
  "type": "module",
  "main": "dist/@fxi/d3-geo-zoom.js",
  "module": "dist/@fxi/d3-geo-zoom.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    "import": "./dist/@fxi/d3-geo-zoom.esm.js",
    "require": "./dist/@fxi/d3-geo-zoom.js",
    "types": "./dist/index.d.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fxi/d3-geo-zoom.git"
  },
  "homepage": "https://fxi.github.io/d3-geo-zoom",
  "keywords": [
    "d3",
    "geo",
    "zoom",
    "pan",
    "versor",
    "ported",
    "typescript"
  ],
  "author": {
    "name": "Vasco Asturiano",
    "url": "https://github.com/vasturiano"
  },
  "contributors": [
    {
      "name": "fxi",
      "url": "https://github.com/fxi"
    }
  ],
  "bugs": {
    "url": "https://github.com/fxi/d3-geo-zoom/issues"
  },
  "scripts": {
    "dev": "vite",
    "dev:docs": "vite --mode docs",
    "build": "vite build",
    "build:docs": "vite build --mode docs",
    "preview": "vite preview",
    "test": "vitest",
    "test:ci": "vitest run",
    "test:ui": "vitest --ui",
    "coverage": "vitest run --coverage",
    "semantic-release": "semantic-release",
    "prepare": "husky install",
    "commit": "git-cz"
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  },
  "files": [
    "dist",
    "src",
    "demo/svg",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "dependencies": {
    "d3": "^7.9.0",
    "kapsule": "^1.14",
    "topojson-client": "^3.1.0",
    "versor": "~0.1.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.4.3",
    "@commitlint/config-conventional": "^18.4.3",
    "@commitlint/cz-commitlint": "^18.4.3",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^11.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^9.2.3",
    "@semantic-release/npm": "^11.0.1",
    "@semantic-release/release-notes-generator": "^12.1.0",
    "@types/d3": "^7.4.3",
    "@types/node": "^20.10.4",
    "@vitest/ui": "^1.0.0",
    "commitizen": "^4.3.0",
    "husky": "^8.0.0",
    "jsdom": "^25.0.1",
    "semantic-release": "^22.0.8",
    "typescript": "^5.3.3",
    "vite": "^4.3.9",
    "vitest": "^1.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
