13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"name": "osm2streets-qgis-workflow",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"build": "node scripts/build-osm2streets-qgis.js"
|
|
},
|
|
"dependencies": {
|
|
"osm2streets-js-node": "0.1.4"
|
|
}
|
|
}
|