UNPKG

tatry

Version:
52 lines (51 loc) 1 kB
{ "name": "tatry", "version": "2.0.3", "description": "Elevation API server.", "author": { "name": "Damian Krzeminski", "email": "pirxpilot@furkot.com", "url": "https://pirxpilot.me" }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/mapwhit/tatry.git" }, "license": "MIT", "keywords": [ "tatry", "elevation", "srtm", "geotiff" ], "dependencies": { "@pirxpilot/connect": "~5", "@pirxpilot/router": "~2", "@pirxpilot/server-timings": "~2", "bytes": "~3", "debug": "~4", "etag": "^1.8.1", "flatbush": "~4", "fresh": "^0.5.2", "lru-cache": "~11", "parseurl": "^1.3.2" }, "devDependencies": { "@biomejs/biome": "2.4.16", "supertest-fetch": "^2.0.0" }, "resolutions": { "on-headers": "npm:@pirxpilot/on-headers@2.0.0" }, "bin": { "tatry": "server.js" }, "scripts": { "test": "make check" }, "files": [ "index.js", "lib" ] }