package.json•743 B
{
"name": "star-mcp",
"version": "1.1.1",
"description": "星座 MCP 服务 - 提供星座信息、运势、配对等功能",
"main": "index.js",
"type": "module",
"bin": {
"star-mcp": "./index.js"
},
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"test": "node test.js",
"demo": "node demo.js",
"test:manual": "node test.js --manual"
},
"keywords": [
"mcp",
"zodiac",
"horoscope",
"astrology",
"constellation"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"axios": "^1.10.0",
"dayjs": "^1.11.10",
"dotenv": "^17.2.0"
},
"devDependencies": {
"nodemon": "^3.0.0"
}
}