{
  "name": "pbf2json",
  "author": "mapzen",
  "version": "6.10.0",
  "description": "Golang osm pbf parser with npm wrapper",
  "homepage": "https://github.com/pelias/pbf2json",
  "license": "MIT",
  "scripts": {
    "units": "./bin/units",
    "gotest": "go test ./...",
    "test": "npm run units",
    "pretest": "test/pretest.sh",
    "end-to-end": "npm run pretest; node test/end-to-end.js;",
    "lint": "jshint .",
    "validate": "npm ls",
    "compile": "./compile.sh",
    "no-unstaged": "git diff --exit-code"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pelias/pbf2json.git"
  },
  "keywords": [
    "pelias",
    "openstreetmap",
    "pbf",
    "parser"
  ],
  "bugs": {
    "url": "https://github.com/pelias/pbf2json/issues"
  },
  "engines": {
    "node": ">=10.0.0",
    "npm": ">=1.4.3"
  },
  "dependencies": {
    "split": "^1.0.0",
    "through2": "^3.0.0"
  },
  "devDependencies": {
    "deep-diff": "^1.0.0",
    "naivedb": "^1.0.7",
    "pre-commit": "^1.2.2",
    "precommit-hook": "3.0.0",
    "tap-spec": "^5.0.0",
    "tape": "^4.5.0",
    "tmp": "0.1.0"
  },
  "pre-commit": [
    "gotest",
    "compile",
    "no-unstaged",
    "lint",
    "validate",
    "test",
    "end-to-end"
  ],
  "release": {
    "success": []
  }
}
