{
  "name": "@mapbox/hecatejs",
  "version": "12.0.0",
  "main": "cli.js",
  "repository": "git@github.com:mapcommons/HecateJS",
  "author": "ingalls <ingalls@protonmail.com>",
  "license": "MIT",
  "bin": {
    "hecatecli": "cli.js"
  },
  "devDependencies": {
    "@mapbox/eslint-config-geocoding": "^2.0.0",
    "codecov": "^3.0.4",
    "documentation": "^12.1.4",
    "eslint": "^6.6.0",
    "eslint-plugin-node": "10.0.0",
    "nyc": "^14.1.1",
    "tape": "^4.9.0"
  },
  "dependencies": {
    "@mapbox/geojsonhint": "^3.0.0",
    "@turf/turf": "^5.1.6",
    "aws-sdk": "^2.224.1",
    "better-sqlite3": "^5.4.3",
    "d3-queue": "^3.0.7",
    "geojson-rewind": "^0.3.1",
    "geojson-validation": "^0.2.0",
    "minimist": "^1.2.0",
    "n-readlines": "^1.0.0 ",
    "nock": "^11.7.0",
    "parallel-transform": "^1.2.0",
    "prompt": "^1.0.0",
    "request": "^2.88.0",
    "requestretry": "^4.0.0",
    "split": "^1.0.1"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "doc": "documentation build --github --format md --output docs/api.md cli.js lib/**",
    "test": "yarn lint && tape test/*.test.js",
    "coverage": "TESTING=true nyc tape 'test/**/*.js' && nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "lint": "documentation lint cli.js lib/** && eslint cli.js lib/*.js util/*.js test/*.js"
  }
}
