Dehaze V1

This commit is contained in:
2026-03-27 12:26:43 -04:00
commit ea1f00751a
6 changed files with 1196 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "dehaze",
"version": "1.0.0",
"description": "Connect the Haze-Explr API to a GeoJSON endpoint",
"repository": {
"type": "git",
"url": "Gitea:liz/dehaze.git"
},
"license": "Apache-2.0",
"author": "Liz Cray",
"type": "commonjs",
"main": "serve.js",
"scripts": {
"test": "node serve.js"
},
"dependencies": {
"crypto": "^1.0.1",
"express": "^5.2.1",
"express-basic-auth": "^1.2.1"
}
}