Files
dehaze/package.json
T
2026-03-27 12:26:43 -04:00

22 lines
442 B
JSON

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