refactor: Phân loại lại các phụ thuộc bằng cách chuyển các phụ thuộc thời gian...
refactor: Phân loại lại các phụ thuộc bằng cách chuyển các phụ thuộc thời gian chạy từ devDependencies sang dependencies.
Showing
| ... | ... | @@ -24,17 +24,19 @@ |
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "dependencies": { | ||
| "@modelcontextprotocol/sdk": "^1.25.3", | ||
| "@types/glob": "^8.1.0", | ||
| "@types/lunr": "^2.3.7", | ||
| "@types/minimatch": "^5.1.2", | ||
| "@types/node": "^25.1.0", | ||
| "glob": "^13.0.0", | ||
| "gray-matter": "^4.0.3", | ||
| "lunr": "^2.3.9", | ||
| "minimatch": "^10.1.1", | ||
| "typescript": "^5.9.3", | ||
| "zod": "^4.3.6" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/glob": "^8.1.0", | ||
| "@types/lunr": "^2.3.7", | ||
| "@types/minimatch": "^5.1.2", | ||
| "@types/node": "^25.1.0", | ||
| "typescript": "^5.9.3" | ||
| } | ||
| } | ||
| \ No newline at end of file |
Please register or sign in to comment