Alpha stage commit
This commit is contained in:
16
services/data-pipeline/package.json
Normal file
16
services/data-pipeline/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user