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%
Trace
apps/worker/package.json
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
"name": "@ledger/worker",
3
"version": "0.1.0",
4
"private": true,
5
"type": "module",
6
"scripts": {
7
"dev": "tsx watch src/index.ts",
8
"build": "tsc -p tsconfig.json"
9
},
10
"dependencies": {
11
"bullmq": "^5.12.12",
12
"dotenv": "^16.4.5",
13
"ioredis": "^5.4.1",
14
"pg": "^8.13.0"
15
},
16
"devDependencies": {
17
"@types/pg": "^8.11.10",
18
"@types/node": "^22.8.6",
19
"tsx": "^4.19.1",
20
"typescript": "^5.6.3"
21
}
22
}