{
"name": "mcp-tung-shing",
"version": "1.3.0",
"description": "A Model Context Protocol plugin for Chinese Tung Shing (黄历/通勝/通胜) almanac calculations",
"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": {
"mcp-tung-shing": "./dist/index.cjs"
},
"files": [
"dist"
],
"keywords": [
"mcp",
"tung shing",
"almanac",
"calendar",
"lunar",
"chinese"
],
"repository": {
"type": "git",
"url": "https://github.com/baranwang/mcp-tung-shing"
},
"bugs": {
"url": "https://github.com/baranwang/mcp-tung-shing/issues"
},
"scripts": {
"build": "rslib build",
"check": "biome check --write",
"dev": "rslib build --watch",
"format": "biome format --write",
"pretest": "rslib build",
"test": "vitest run"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"dayjs": "^1.11.13",
"dayjs-plugin-lunar": "^1.4.0",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@rslib/core": "^0.5.4",
"@types/node": "^22.8.1",
"typescript": "^5.7.3",
"vitest": "^3.0.1"
}
}