{ "name": "sim-objenious-cron", "type": "module", "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-objenious-cron/index.js" }, "author": "", "license": "ISC", "packageManager": "yarn@4.12.0", "dependencies": { "@tsconfig/node22": "*", "cors": "*", "dotenv": "*", "express": "*", "node-cron": "^4.2.1", "sim-consumidor-objenious": "sim-consumidor-objenious:*", "sim-shared": "sim-shared:*", "typescript": "*" }, "devDependencies": { "@types/amqplib": "^0.10.8", "@types/cors": "*", "@types/express": "*", "@types/node": "*", "@types/supertest": "*", "prettier": "*", "supertest": "*", "tsc-alias": "^1.8.16", "tsx": "*", "vitest": "*" } }