Geniální software
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user