mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 15:43:08 +01:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "mapscii",
|
|
"version": "0.1.6",
|
|
"description": "Map+Ascii -> MapSCII! Console Map Viewer.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"lint": "eslint src",
|
|
"start": "node main",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rastapasta/mapscii.git"
|
|
},
|
|
"bin": {
|
|
"mapscii": "./bin/mapscii.sh"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"keywords": [
|
|
"map",
|
|
"console",
|
|
"terminal",
|
|
"ascii",
|
|
"osm",
|
|
"vectortile",
|
|
"mbtiles"
|
|
],
|
|
"author": "Michael Straßburger <codepoet@cpan.org>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@mapbox/vector-tile": "^1.3.1",
|
|
"bluebird": "^3.7.0",
|
|
"bresenham": "0.0.4",
|
|
"earcut": "^2.2.1",
|
|
"keypress": "^0.2.1",
|
|
"node-fetch": "^2.6.0",
|
|
"pbf": "^3.2.0",
|
|
"rbush": "^3.0.1",
|
|
"simplify-js": "^1.2.3",
|
|
"string-width": "^4.1.0",
|
|
"term-mouse": "^0.2.0",
|
|
"userhome": "^1.0.0",
|
|
"x256": "0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.5.1",
|
|
"eslint-plugin-jest": "^22.17.0",
|
|
"jest": "^24.9.0"
|
|
}
|
|
}
|