UNPKG

mcp-trends-hub

Version:

🔥 基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务

65 lines 1.61 kB
{ "name": "mcp-trends-hub", "version": "1.7.0", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": "./dist/index.cjs", "description": "🔥 基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务", "keywords": [ "mcp", "trends" ], "author": "baranwang", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/baranwang/mcp-trends-hub.git" }, "bugs": { "url": "https://github.com/baranwang/mcp-trends-hub/issues" }, "files": [ "dist" ], "dependencies": { "@modelcontextprotocol/sdk": "~1.25.3", "axios": "^1.13.4", "dayjs": "^1.11.19", "es-toolkit": "^1.44.0", "fast-xml-parser": "^5.0.9", "zod": "^4.0.0" }, "devDependencies": { "@biomejs/biome": "^2.3.13", "@changesets/cli": "^2.28.1", "@rslib/core": "^0.19.4", "@rstest/core": "^0.8.1", "@types/node": "^22.8.1", "lefthook": "^1.11.3", "typescript": "^5.8.2" }, "publishConfig": { "provenance": true }, "scripts": { "build": "rslib build", "check": "biome check --write", "dev": "NODE_ENV=development rslib build --watch", "format": "biome format --write", "pretest": "npm run build", "test": "rstest", "version": "changeset version", "postversion": "npm run build", "prerelease": "npm run build", "release": "changeset publish" } }