UNPKG

tileinfo

Version:

Extract and print TileJSON info from a Mapbox Vector Tiles .mbtiles file.

31 lines (30 loc) 687 B
{ "name": "tileinfo", "version": "0.2.2", "description": "Extract and print TileJSON info from a Mapbox Vector Tiles .mbtiles file.", "main": "index.js", "scripts": {}, "author": "Steve Bennett <me@stevebennett.me> (http://stevebennett.me)", "license": "Apache-2.0", "dependencies": { "@mapbox/mbtiles": "^0.10.0", "@mapbox/tilelive": "^6.0.0", "command-line-args": "^5.1.1", "prettyjson": "^1.2.1" }, "bin": { "tileinfo": "./index.js", "addtileinfo": "./addtileinfo.js", "tilejson": "./index.js" }, "files": [ "./index.js" ], "keywords": [ "mbtiles", "mapbox", "tilelive", "tilejson", "vector tiles" ] }