Geniální software

This commit is contained in:
2025-11-23 19:28:16 +01:00
commit a54be48212
7 changed files with 1286 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"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 <sneedmaster@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"
}
}