{ "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" } }