{
  "name": "@mapbox/mvt-fixtures",
  "version": "3.4.0",
  "description": "A require-able test fixture suite of valid and invalid Mapbox Vector Tiles",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.test.js",
    "docs": "node scripts/docs.js && documentation build index.js -f md > API.md --shallow",
    "new": "node scripts/new.js",
    "build": "node scripts/build.js",
    "real-world": "node scripts/get-real-world.js"
  },
  "homepage": "https://github.com/mapbox/mvt-fixtures",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/mvt-fixtures.git"
  },
  "author": "Mapbox",
  "license": "ISC",
  "devDependencies": {
    "request": "^2.83.0",
    "tape": "^4.5.1"
  },
  "dependencies": {
    "@mapbox/sphericalmercator": "^1.0.5",
    "@mapbox/vector-tile": "^1.3.0",
    "d3-queue": "^3.0.7",
    "pbf": "^3.0.5",
    "protocol-buffers-schema": "^3.3.1"
  }
}
