cimengine-build-tools/package.json

37 lines
894 B
JSON
Raw Normal View History

2023-06-10 20:11:12 +03:00
{
"name": "cimengine-build-tools",
2023-06-10 21:59:17 +03:00
"version": "1.1.3",
2023-06-10 20:11:12 +03:00
"description": "Geojson data processing tools for CIMEngine",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
2023-06-10 21:48:23 +03:00
"cimengine-build": "./tools/GeoBuilder.js",
"cimengine-country-fix": "./tools/CountryFixer.js",
"cimengine-init": "./tools/ProjectInit.js"
2023-06-10 20:11:12 +03:00
},
"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": {
2023-06-10 21:51:10 +03:00
"@turf/turf": "^6.5.0",
2023-06-10 20:11:12 +03:00
"yargs": "^17.7.2"
}
}