返回 AiToEarn
package.json
1 {
2 "name": "@yikart/aitoearn-queue",
3 "type": "commonjs",
4 "version": "0.0.1",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/yikart/aitoearn-monorepo.git"
8 },
9 "main": "./src/index.js",
10 "types": "./src/index.d.ts",
11 "publishConfig": {
12 "registry": "https://npm.pkg.github.com"
13 },
14 "peerDependencies": {
15 "@nestjs/bullmq": "11.0.4",
16 "@nestjs/common": "11.1.24",
17 "@nestjs/core": "11.1.24",
18 "@yikart/aitoearn-ai-shared": "workspace:*",
19 "@yikart/common": "workspace:*",
20 "@yikart/mongodb": "workspace:*",
21 "@yikart/redis": "workspace:*",
22 "bullmq": "5.76.3",
23 "nestjs-pino": "4.6.1",
24 "prom-client": "15.1.3",
25 "tslib": "2.8.1",
26 "zod": "4.3.6"
27 },
28 "dependencies": {
29 "ioredis": "5.10.1"
30 }
31 }
32
32 lines JSON