improve things

This commit is contained in:
nora 2022-02-10 05:59:35 +01:00
parent f437754618
commit a7dba08990
9 changed files with 185 additions and 26 deletions

View file

@ -5,7 +5,8 @@
"type": "module",
"license": "MIT",
"scripts": {
"fmt": "prettier -w ."
"fmt": "prettier -w .",
"test": "echo '✔️ Everything fine!'"
},
"dependencies": {
"@types/amqplib": "^0.8.2",