mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-10-31 03:43:01 +00:00
46 lines
931 B
JSON
46 lines
931 B
JSON
{
|
|
"name": "terrain50-cli",
|
|
"version": "1.9.0",
|
|
"description": "CLI for parsing Ordnance Survey Digital Elevation Model files",
|
|
"main": "src/index.mjs",
|
|
"scripts": {
|
|
"test": "echo \"No tests have been implemented yet\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sbrl/terrain50-cli.git"
|
|
},
|
|
"keywords": [
|
|
"terrain50",
|
|
"dem",
|
|
"digital",
|
|
"elevation",
|
|
"model",
|
|
"parsing",
|
|
"cli",
|
|
"esri"
|
|
],
|
|
"author": "Starbeamrainbowlabs",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/sbrl/terrain50-cli/issues"
|
|
},
|
|
"files": [
|
|
"src/",
|
|
"LICENSE",
|
|
"package-lock.json",
|
|
"package.json"
|
|
],
|
|
"homepage": "https://github.com/sbrl/terrain50-cli#readme",
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"applause-cli": "^1.8.0",
|
|
"chroma-js": "^2.4.2",
|
|
"image-encode": "^1.3.1",
|
|
"nexline": "^1.2.2",
|
|
"terrain50": "^1.10.1"
|
|
},
|
|
"bin": {
|
|
"terrain50": "src/index.mjs"
|
|
}
|
|
}
|