cli to create invites
This commit is contained in:
parent
01f4b3743c
commit
7e4adf052c
5 changed files with 46 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue