Alpha stage commit

This commit is contained in:
2026-07-02 21:04:05 +02:00
parent c03b183dfb
commit abed21be21
136 changed files with 15531 additions and 15 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "@pikebacker/data-pipeline",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./dist/normalize-osm-pois.js",
"types": "./dist/normalize-osm-pois.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"normalize:sample": "tsx src/normalize-osm-pois.ts fixtures/osm-pois.sample.json"
},
"dependencies": {
"@pikebacker/shared": "0.1.0"
}
}