cimengine-build-tools/package.json

38 lines
942 B
JSON

{
"name": "cimengine-build-tools",
"version": "1.3.1",
"description": "Geojson data processing tools for CIMEngine",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cimengine-build": "./tools/GeoBuilder.js",
"cimengine-country-fix": "./tools/CountryFixer.js",
"cimengine-init": "./tools/ProjectInit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CIMEngine/cimengine-build-tools.git"
},
"keywords": [
"cimengine",
"geojson",
"geo",
"map",
"tools",
"processing"
],
"author": "artegoser",
"license": "MIT",
"bugs": {
"url": "https://github.com/CIMEngine/cimengine-build-tools/issues"
},
"homepage": "https://github.com/CIMEngine/cimengine-build-tools#readme",
"dependencies": {
"@turf/turf": "^6.5.0",
"lodash": "^4.17.21",
"yaml": "^2.3.1",
"yargs": "^17.7.2"
}
}