{ "name": "sim-consumidor-nos", "version": "1.0.0", "description": "consumidor generico de eventos de NOS", "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "yarn tsc --project tsconfig.json", "start": "node ../../dist/packages/sim-consumidor-nos/index.js" }, "author": "", "license": "ISC", "packageManager": "yarn@4.12.0", "dependencies": { "@tsconfig/node22": "*", "amqplib": "^0.10.9", "cors": "*", "dotenv": "*", "express": "*", "typescript": "*" }, "devDependencies": { "@types/amqplib": "^0.10.8", "@types/cors": "*", "@types/express": "*", "@types/node": "*", "@types/supertest": "*", "prettier": "*", "supertest": "*", "tsx": "*", "vitest": "*" } }