* esm * wip * wip * wip * wip * wip * wip * subscription notice * wip * wip * wip * fix envs * fix: update docker build * fix * esm/types * delete dashboard :D * add patches to dockerfiles * update packages + catalogs + ts * wip * remove native libs * ts * improvements * fix redirects and fetching session * try fix favicon * fixes * fix * order and resize reportds within a dashboard * improvements * wip * added userjot to dashboard * fix * add op * wip * different cache key * improve date picker * fix table * event details loading * redo onboarding completely * fix login * fix * fix * extend session, billing and improve bars * fix * reduce price on 10M
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@openpanel/worker",
|
|
"version": "0.0.3",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"dev": "dotenv -e ../../.env -c -v WATCH=1 tsdown",
|
|
"testing": "WORKER_PORT=9999 pnpm dev",
|
|
"start": "node dist/index.js",
|
|
"build": "rm -rf dist && tsdown",
|
|
"typecheck": "tsc --noEmit",
|
|
"gen:referrers": "jiti scripts/get-referrers.ts && biome format --write ./src/referrers/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@bull-board/api": "5.21.0",
|
|
"@bull-board/express": "5.21.0",
|
|
"@openpanel/common": "workspace:*",
|
|
"@openpanel/db": "workspace:*",
|
|
"@openpanel/email": "workspace:*",
|
|
"@openpanel/integrations": "workspace:^",
|
|
"@openpanel/json": "workspace:*",
|
|
"@openpanel/logger": "workspace:*",
|
|
"@openpanel/queue": "workspace:*",
|
|
"@openpanel/redis": "workspace:*",
|
|
"bullmq": "^5.8.7",
|
|
"express": "^4.18.2",
|
|
"groupmq": "1.0.0-next.19",
|
|
"prom-client": "^15.1.3",
|
|
"ramda": "^0.29.1",
|
|
"source-map-support": "^0.5.21",
|
|
"sqlstring": "^2.3.3",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@openpanel/tsconfig": "workspace:*",
|
|
"@types/express": "^4.17.21",
|
|
"@types/ramda": "^0.29.6",
|
|
"@types/source-map-support": "^0.5.10",
|
|
"@types/sqlstring": "^2.3.2",
|
|
"@types/uuid": "^9.0.8",
|
|
"tsdown": "^0.14.2",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|