stock-bot/apps/wcag-ada/worker/package.json
2025-06-28 11:11:34 -04:00

29 lines
No EOL
703 B
JSON

{
"name": "@wcag-ada/worker",
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc -b",
"start": "node dist/index.js",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@wcag-ada/shared": "workspace:*",
"@wcag-ada/scanner": "workspace:*",
"@wcag-ada/config": "workspace:*",
"bullmq": "^5.1.1",
"ioredis": "^5.3.2",
"@prisma/client": "^5.8.0",
"node-cron": "^3.0.3",
"pino": "^8.17.2",
"pino-pretty": "^10.3.1"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node-cron": "^3.0.11",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}