返回 AiToEarn
package.json
1 {
2 "name": "@yikart/aitoearn-ai-client",
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 "@yikart/aitoearn-ai-shared": "workspace:*",
17 "@yikart/common": "workspace:*",
18 "tslib": "2.8.1",
19 "zod": "4.3.6"
20 },
21 "dependencies": {
22 "axios": "1.13.6",
23 "rxjs": "7.8.2"
24 }
25 }
26
26 lines JSON