23 lines
553 B
JSON
23 lines
553 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 <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"
|
|
}
|
|
}
|