{ "name": "mapscii", "version": "0.3.1", "description": "MapSCII is a Braille & ASCII world map renderer for your console, based on OpenStreetMap", "main": "main.js", "type": "module", "scripts": { "lint": "eslint src", "start": "node main", "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "repository": { "type": "git", "url": "https://github.com/rastapasta/mapscii.git" }, "bin": { "mapscii": "./bin/mapscii.sh" }, "engines": { "node": ">=10" }, "keywords": [ "map", "console", "terminal", "ascii", "osm", "vectortile", "mbtiles" ], "author": "Michael Straßburger ", "license": "MIT", "dependencies": { "@mapbox/vector-tile": "^1.3.1", "bresenham": "0.0.4", "earcut": "^2.2.4", "env-paths": "^3.0.0", "keypress": "^0.2.1", "node-fetch": "^3.3.0", "pbf": "^3.2.1", "rbush": "^3.0.1", "simplify-js": "^1.2.4", "string-width": "^5.1.2", "term-mouse": "^0.2.2", "x256": "0.0.2", "yargs": "^17.7.1" }, "devDependencies": { "eslint": "^8.35.0", "eslint-plugin-jest": "^27.2.1", "jest": "^29.4.3" } }