This commit is contained in:
2023-06-25 12:27:24 +02:00
parent 949cb4be86
commit 0c139b6529
4 changed files with 491 additions and 2 deletions

View File

@@ -15,6 +15,8 @@
"dependencies": {
"child_process": "^1.0.2",
"dotenv": "^16.3.1",
"eslint": "^8.43.0"
"eslint": "^8.43.0",
"node-fetch": "^3.3.1",
"pino": "^8.14.1"
}
}