-
Notifications
You must be signed in to change notification settings - Fork 236
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.15 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@courselit/queue",
"version": "0.25.10",
"private": true,
"packageManager": "pnpm@9.14.2",
"scripts": {
"build": "tsup",
"tsc:build": "tsc",
"check-types": "tsc --noEmit",
"start": "node dist/index.mjs",
"build:dev": "tsup --watch",
"dev": "node --env-file .env.local --watch dist/index.mjs"
},
"dependencies": {
"@courselit/common-logic": "workspace:^",
"@courselit/common-models": "workspace:^",
"@courselit/email-editor": "workspace:^",
"@courselit/utils": "workspace:^",
"@types/jsdom": "^21.1.7",
"bullmq": "^4.14.0",
"express": "^4.18.2",
"jsdom": "^26.1.0",
"liquidjs": "^10.11.1",
"mongodb": "^6.15.0",
"mongoose": "^8.13.1",
"nodemailer": "^6.9.2",
"pino": "^8.14.1",
"pino-mongodb": "^4.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/nodemailer": "^6.4.8",
"tsconfig": "workspace:^",
"tsup": "^7.2.0",
"typescript": "^5.0.4",
"typescript-eslint": "^7.5.0"
}
}