{ "name": "shitty-registration-ui", "version": "1.0.0", "description": "A shitty ad hoc UI to create an account on my amazing mail server.", "repository": { "type": "git", "url": "https://git.czchan.org/sneedmaster/shitty-registration-ui" }, "license": "AGPL-3.0-only", "author": "sneedmaster ", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Meds.\"" }, "dependencies": { "dotenv": "^17.2.3", "execa": "^9.6.0", "express": "^5.1.0", "zod": "^4.1.12" } }