refactor progress
This commit is contained in:
31
fluxer_queue/package.json
Normal file
31
fluxer_queue/package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "fluxer_queue",
|
||||
"version": "0.0.0",
|
||||
"description": "Distributed job queue service with persistence, cron scheduling, and observability",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"type": "module",
|
||||
"main": "dist/App.js",
|
||||
"scripts": {
|
||||
"build": "tsgo",
|
||||
"dev": "tsx watch --clear-screen=false src/App.tsx",
|
||||
"start": "node dist/App.js",
|
||||
"typecheck": "tsgo --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluxer/config": "workspace:*",
|
||||
"@fluxer/hono": "workspace:*",
|
||||
"@fluxer/initialization": "workspace:*",
|
||||
"@fluxer/logger": "workspace:*",
|
||||
"@fluxer/queue": "workspace:*",
|
||||
"@fluxer/rate_limit": "workspace:*",
|
||||
"@fluxer/sentry": "workspace:*",
|
||||
"tsx": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "catalog:",
|
||||
"@typescript/native-preview": "catalog:"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=24.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user