Initial project structure

This commit is contained in:
2026-07-20 16:44:23 +02:00
commit c19fde4126
27 changed files with 4679 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "manager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^2.0.1"
},
"devDependencies": {
"@types/amqplib": "^0.10.8",
"@types/node": "^26.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}