Initial AI manga platform
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "workers",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node dist/main.js",
|
||||
"start:dev": "tsx watch src/main.ts",
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"lint": "tsc --noEmit -p tsconfig.json",
|
||||
"typecheck": "tsc --noEmit -p tsconfig.json",
|
||||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"bullmq": "^5.77.6",
|
||||
"ioredis": "^5.11.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user