{
  "name": "geo-tz",
  "version": "6.0.2",
  "description": "A node.js module to find the timezone at specific gps coordinates",
  "keywords": [
    "timezone"
  ],
  "author": "Evan Siroky",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/evansiroky/node-geo-tz.git"
  },
  "bugs": {
    "url": "https://github.com/evansiroky/node-geo-tz/issues"
  },
  "homepage": "https://github.com/evansiroky/node-geo-tz#readme",
  "engines": {
    "node": ">=10"
  },
  "main": "index.js",
  "scripts": {
    "cover": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- tests/**/*.js --max-old-space-size=8192",
    "semantic-release": "semantic-release",
    "test": "mocha --max-old-space-size=8192 \"tests/**/*.js\"",
    "updateTzData": "node scripts/update-data.js"
  },
  "devDependencies": {
    "async": "^3.2.0",
    "chai": "^4.2.0",
    "follow-redirects": "^1.13.0",
    "fs-extra": "^9.0.1",
    "istanbul": "^0.4.5",
    "jsts": "^2.6.1",
    "lodash": "^4.17.20",
    "mocha": "^8.2.1",
    "nock": "^13.0.4",
    "semantic-release": "^17.2.2",
    "yauzl": "^2.10.0"
  },
  "dependencies": {
    "@turf/boolean-point-in-polygon": "^6.0.1",
    "@turf/helpers": "^6.1.4",
    "geobuf": "^3.0.2",
    "pbf": "^3.2.1"
  }
}
