Files
sf-sim/packages/sim-entrada-eventos/package.json

38 lines
942 B
JSON
Raw Normal View History

2026-01-08 13:36:52 +01:00
{
"name": "sim-entrada-eventos",
2026-01-08 13:36:52 +01:00
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2026-01-30 15:00:50 +01:00
"build": "yarn tsc --project tsconfig.json && cp package.json ../../dist/packages/sim-entrada-eventos/",
2026-01-30 14:24:42 +01:00
"dev": "tsx watch index.ts",
2026-01-30 14:53:18 +01:00
"start": "node ../../dist/packages/sim-entrada-eventos/index.js"
2026-01-08 13:36:52 +01:00
},
"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": "*",
2026-01-30 14:53:18 +01:00
"tsc-alias": "^1.8.16",
2026-01-08 13:36:52 +01:00
"tsx": "*",
"vitest": "*"
2026-01-30 14:53:18 +01:00
},
"imports": {
"#config/*": "./config/*.js"
2026-01-08 13:36:52 +01:00
}
2026-01-30 15:00:50 +01:00
}