mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 23:53:08 +01:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "mapscii",
|
|
"version": "0.3.1",
|
|
"description": "MapSCII is a Braille & ASCII world map renderer for your console, based on OpenStreetMap",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "deno lint",
|
|
"start": "deno --allow-all main.ts",
|
|
"test": "deno test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rastapasta/mapscii.git"
|
|
},
|
|
"bin": {
|
|
"mapscii": "./bin/mapscii.sh"
|
|
},
|
|
"keywords": [
|
|
"map",
|
|
"console",
|
|
"terminal",
|
|
"ascii",
|
|
"osm",
|
|
"vectortile",
|
|
"mbtiles"
|
|
],
|
|
"author": "Michael Straßburger <codepoet@cpan.org>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@mapbox/mbtiles": "^0.12.1",
|
|
"@mapbox/vector-tile": "^2.0.3",
|
|
"@types/rbush": "^4.0.0",
|
|
"bresenham": "0.0.4",
|
|
"earcut": "^3.0.0",
|
|
"env-paths": "^3.0.0",
|
|
"keypress": "^0.2.1",
|
|
"node-fetch": "^3.3.2",
|
|
"pbf": "^4.0.1",
|
|
"rbush": "^4.0.1",
|
|
"simplify-js": "^1.2.4",
|
|
"string-width": "^7.2.0",
|
|
"term-mouse": "^0.2.2",
|
|
"x256": "0.0.2",
|
|
"yargs": "^17.7.2"
|
|
}
|
|
}
|