rabbitmq-test-client/package.json

23 lines
490 B
JSON

{
"devDependencies": {
"@types/amqplib": "^0.10.4",
"concurrently": "^8.2.2",
"typescript": "^5.3.3"
},
"dependencies": {
"amqplib": "^0.10.3",
"dotenv": "^16.3.2"
},
"scripts": {
"build": "npx tsc",
"start": "node build/server.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q build/server.js\""
},
"name": "rabbitmq-test-client",
"version": "1.0.0",
"main": "server.js",
"author": "",
"license": "ISC",
"description": ""
}