返回 AiToEarn
package.json
1 {
2 "name": "@yikart/nest-mcp",
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 "@modelcontextprotocol/sdk": "1.27.1",
16 "@nestjs/common": "11.1.24",
17 "@nestjs/core": "11.1.24",
18 "@nestjs/testing": "11.1.19",
19 "@yikart/common": "workspace:*",
20 "@yikart/mongodb": "workspace:*",
21 "express": "5.1.0",
22 "path-to-regexp": "8.3.0",
23 "reflect-metadata": "0.2.2",
24 "tslib": "2.8.1",
25 "zod": "4.3.6"
26 },
27 "dependencies": {
28 "@modelcontextprotocol/sdk": "1.27.1"
29 },
30 "devDependencies": {}
31 }
32
32 lines JSON