24 lines
881 B
JSON
24 lines
881 B
JSON
{
|
|
"name": "osm-asset-pipeline",
|
|
"version": "0.3.0",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"build": "node scripts/build-area.js",
|
|
"build:area": "node scripts/build-area.js",
|
|
"build:qgis": "node scripts/build-osm2streets-qgis.js",
|
|
"check:area": "node scripts/check-area.js",
|
|
"compress:glb": "node scripts/compress-glb.js",
|
|
"diagnose:area": "node scripts/diagnose-area.js",
|
|
"preflight:area": "node scripts/preflight-area.js",
|
|
"test:preflight": "node scripts/test-area-preflight.js",
|
|
"test:budgets": "node scripts/test-asset-budgets.js",
|
|
"test:preview-assets": "node scripts/test-preview-assets.js",
|
|
"test:turn-lane-arrows": "node scripts/test-turn-lane-arrows.js",
|
|
"render:turn-lane-arrow-samples": "node scripts/render-turn-lane-arrow-samples.js"
|
|
},
|
|
"dependencies": {
|
|
"osm2streets-js-node": "0.1.4"
|
|
}
|
|
}
|