12 lines
185 B
JSON
12 lines
185 B
JSON
{
|
|
"dependencies": {
|
|
"geojson": "^0.5.0",
|
|
"geolib": "^3.3.4",
|
|
"magvar": "^2.0.0"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"parse": "node geojson.js > output.json"
|
|
}
|
|
}
|