{ "name": "sim-shared", "version": "1.0.0", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "echo \" Shared no es un modulo ejecutable \" ", "build": "tsc && yarn tsc-alias" }, "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": "*", "tsc-alias": "^1.8.16", "tsx": "*", "vitest": "*" } }