{ "name": "cimengine-build-tools", "version": "1.1.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", "yargs": "^17.7.2" } }