UNPKG

@alvarcarto/tilewarm

Version:

A command-line tool to warm up your tile server cache

46 lines (45 loc) 990 B
{ "name": "@alvarcarto/tilewarm", "version": "1.2.1", "description": "A command-line tool to warm up your tile server cache", "main": "src/index.js", "bin": { "tilewarm": "./src/index.js" }, "repository": { "type": "git", "url": "https://github.com/alvarcarto/tilewarm.git" }, "homepage": "https://github.com/alvarcarto/tilewarm", "keywords": [ "tile", "cache", "mapnik", "map", "server", "warm" ], "scripts": { "test": "echo \"No tests.\"" }, "author": "Alvar Carto", "license": "MIT", "dependencies": { "@mapbox/tile-cover": "^3.0.2", "@turf/turf": "^5.1.6", "bluebird": "^3.5.1", "chalk": "^4.0.0", "concurrent-queue": "^7.0.2", "lodash": "^4.17.4", "pretty-ms": "^7.0.0", "promise-retryify": "^1.0.0", "request": "^2.83.0", "request-promise": "^4.2.2", "yargs": "^11.0.0" }, "devDependencies": { "csv": "^2.0.0", "jimp": "^0.2.28", "np": "^2.20.1" } }