Initial mock-up cache tool

This commit is contained in:
2026-08-09 13:17:23 -04:00
commit 184f135779
7 changed files with 317 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "birdcage",
"version": "1.0.0",
"description": "Convert OSM queries into cached data on PostGIS",
"repository": {
"type": "git",
"url": "Gitea:liz/birdcage.git"
},
"license": "Apache-2.0",
"author": "Elizabeth Cray",
"type": "commonjs",
"main": "convert_osm.js",
"scripts": {
"test": "./cache.sh"
},
"dependencies": {
"dotenv": "^17.4.2"
}
}