@hyhello/geo-cli
Version:
Engineering tool based on geojson performance optimization.
46 lines (45 loc) • 966 B
JSON
{
"name": "@hyhello/geo-cli",
"version": "1.0.0",
"description": "Engineering tool based on geojson performance optimization.",
"main": "bin/geo",
"bin": {
"geo": "bin/geo"
},
"homepage": "https://github.com/Hyhello/geo-cli#readme",
"directories": {
"example": "examples",
"lib": "lib"
},
"keywords": [
"geo",
"geo-cli",
"echarts",
"geoJson",
"@hyhello/geo-cli"
],
"author": "Hyhello",
"license": "MIT",
"engines": {
"node": ">=7.0.0"
},
"bugs": {
"url": "https://github.com/Hyhello/geo-cli/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hyhello/geo-cli.git"
},
"dependencies": {
"@hyhello/utils": "^1.2.0",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"commander": "^8.1.0",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"inquirer": "^8.2.0",
"ora": "^5.4.1",
"semver": "^7.3.5",
"v8-compile-cache": "^2.3.0"
}
}