package.json•2.55 kB
{
"name": "@hoshin/saju-mcp-server",
"version": "1.2.0",
"description": "한국 전통 사주팔자 운세 분석을 위한 MCP(Model Context Protocol) 서버",
"main": "dist/index.js",
"module": "./src/smithery.ts",
"type": "module",
"bin": {
"saju-mcp-server": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"watch": "tsx watch src/index.ts",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:integration": "jest --testPathPattern=integration",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"docs": "typedoc",
"docs:serve": "npx http-server docs/api -p 8080",
"benchmark": "tsx src/benchmark/index.ts",
"prepublishOnly": "npm run build && npm run lint",
"postinstall": "node -e \"console.log('\\n🔮 사주 MCP 서버가 설치되었습니다!\\n\\nClaude Desktop 설정:\\n~/Library/Application Support/Claude/claude_desktop_config.json\\n\\n{\\'mcpServers\\': {\\'saju\\': {\\'command\\': \\'saju-mcp-server\\'}}}\\n\\n자세한 설정: https://github.com/hjsh200219/fortuneteller\\n')\""
},
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"fortune-telling",
"saju",
"korean-astrology",
"fortune",
"사주팔자",
"운세",
"명리학",
"ai-assistant"
],
"author": "Hoshin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hjsh200219/fortuneteller.git"
},
"bugs": {
"url": "https://github.com/hjsh200219/fortuneteller/issues"
},
"homepage": "https://github.com/hjsh200219/fortuneteller#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.2",
"@smithery/sdk": "^1.6.8",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "^9.17.0",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.1.2",
"tsx": "^4.19.2",
"typedoc": "^0.28.13",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/hjsh200219"
}
}