{
  "name": "d3-composite-projections",
  "version": "2.0.0",
  "description": "Like the AlbersUsa projection, adds several d3 projections to show the countries that are far from the mainland close to it.",
  "homepage": "http://geoexamples.com/d3-composite-projections/",
  "license": "BSD-3-Clause",
  "author": {
    "name": "Roger Veciana i Rovira",
    "url": "http://geoexamples.com"
  },
  "main": "d3-composite-projections.js",
  "unpkg": "d3-composite-projections.min.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "jsnext:main": "index",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/rveciana/d3-composite-projections.git"
  },
  "scripts": {
    "build": "rollup -c",
    "pretest": "npm run build",
    "test": "mkdir -p test/output && tape 'test/*-test.js' && eslint index.js src",
    "prepublish": "npm run test",
    "postpublish": "git push && git push --tags"
  },
  "dependencies": {
    "d3-geo": "^3.1.1",
    "d3-path": "^3.1.0",
    "@types/d3-geo": "^3.1.0"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "canvas": "3.2.0",
    "eslint": "9.34.0",
    "pixelmatch": "7.1.0",
    "pngjs": "7.0.0",
    "rollup": "4.49.0",
    "tape": "5.9.0",
    "topojson-client": "^3.1.0"
  }
}
