36 lines
848 B
JSON
36 lines
848 B
JSON
{
|
|
"name": "sim-entrada-eventos",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "yarn tsc --project tsconfig.json && yarn tsc-alias",
|
|
"dev": "tsx watch index.ts",
|
|
"start": "node ../../dist/packages/sim-entrada-eventos/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": "*",
|
|
"tsc-alias": "^1.8.16",
|
|
"tsx": "*",
|
|
"vitest": "*"
|
|
}
|
|
}
|