{
  "name": "@reuters-graphics/graphics-atlas-client",
  "version": "0.5.2",
  "main": "dist/index.js",
  "repository": "https://github.com/reuters-graphics/graphics-atlas-client",
  "author": "Jon McClure <jon.r.mcclure@gmail.com>",
  "license": "MIT",
  "private": false,
  "files": [
    "dist/**/*",
    "topojson/**/*"
  ],
  "scripts": {
    "build:metadata": "npx ./bin/buildMetadata/index.js",
    "build:maps": "npx ./bin/buildMaps/index.js",
    "build:maps:custom": "npx ./bin/buildMaps/makeTopoJsonFromHandEditedFile.js",
    "build": "rollup --config rollup.config.js",
    "test": "mocha"
  },
  "devDependencies": {
    "@reuters-graphics/eslint-config": "^0.0.2",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^8.0.1",
    "@sindresorhus/slugify": "^1.0.0",
    "@turf/bbox": "^6.0.1",
    "@turf/bbox-polygon": "^6.0.1",
    "@turf/boolean-crosses": "^6.0.1",
    "@turf/centroid": "^6.0.2",
    "@turf/dissolve": "^5.1.5",
    "@turf/helpers": "^6.1.4",
    "@turf/union": "^6.0.3",
    "axios": "^0.19.2",
    "chalk": "^4.1.0",
    "csv-parse": "^4.10.1",
    "eslint": "^6.8.0",
    "expect.js": "^0.3.1",
    "gzip-size": "^5.1.1",
    "mocha": "^7.1.2",
    "node-fetch": "^2.6.0",
    "rollup": "^2.10.5",
    "rollup-plugin-node-externals": "^2.2.0",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "shapefile": "^0.6.6",
    "simplify-geojson": "^1.0.3",
    "topojson": "^3.0.2",
    "unzipper": "^0.10.11"
  },
  "dependencies": {
    "cross-fetch": "^3.0.5",
    "glob": "^7.1.6",
    "lodash": "^4.17.15"
  }
}
