Files
beans/package.json
T
2026-09-06 19:40:50 +02:00

12 lines
258 B
JSON

{
"scripts": {
"pack": "node packmap.js mapdata/loxim01.geojson mapdata/webmercator01.geojson mapdata/aeqd01.geojson"
},
"dependencies": {
"@turf/area": "^7.3.5",
"@turf/turf": "^7.3.5",
"mapshaper": "^0.7.22"
},
"type": "module"
}