Files
shitty-registration-ui/package.json
2025-11-24 10:19:57 +01:00

23 lines
545 B
JSON

{
"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 <dev@czchan.org>",
"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"
}
}