返回 AiToEarn
package.json
1 {
2 "name": "@yikart/aitoearn-auth",
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/common": "11.1.24",
16 "@nestjs/core": "11.1.24",
17 "@nestjs/jwt": "11.0.2",
18 "@nestjs/microservices": "11.1.24",
19 "@yikart/common": "workspace:*",
20 "@yikart/mongodb": "workspace:*",
21 "tslib": "2.8.1",
22 "zod": "4.3.6"
23 },
24 "dependencies": {
25 "rxjs": "7.8.2"
26 }
27 }
28
28 lines JSON