cli to create invites

This commit is contained in:
counterweight 2025-02-10 15:38:01 +01:00
parent 01f4b3743c
commit 7e4adf052c
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
5 changed files with 46 additions and 1 deletions

View file

@ -2,6 +2,7 @@
"name": "express-hello-world",
"version": "1.0.0",
"dependencies": {
"commander": "^13.1.0",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
@ -17,9 +18,10 @@
"start": "node src/app.js",
"start:containers": "docker compose up -d --build",
"stop:containers": "docker compose down",
"cli": "node src/cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
}