public
anord
read
Ledger
Why work hard when you can work easier?
Languages
Repository composition by tracked source files.
TypeScript
86%
CSS
10%
SQL
3%
Shell
1%
HTML
0%
{
"name": "@ledger/worker",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"bullmq": "^5.12.12",
"dotenv": "^16.4.5",
"ioredis": "^5.4.1",
"pg": "^8.13.0"
},
"devDependencies": {
"@types/pg": "^8.11.10",
"@types/node": "^22.8.6",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
}
}