package.json•1.64 kB
{
"name": "mcp-tung-shing",
"version": "1.7.1",
"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"
},
"license": "MIT",
"scripts": {
"build": "rslib build",
"check": "biome check --write",
"dev": "rslib build --watch",
"format": "biome format --write",
"inspect": "mcp-inspector",
"pretest": "rslib build",
"test": "vitest run",
"prerelease": "npm run build",
"release": "changeset publish"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"dayjs": "^1.11.13",
"dayjs-plugin-lunar": "^1.4.0",
"tyme4ts": "1.3.4",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@changesets/cli": "^2.28.1",
"@modelcontextprotocol/inspector": "^0.8.0",
"@rslib/core": "^0.5.4",
"@types/node": "^22.8.1",
"typescript": "^5.7.3",
"vitest": "^3.0.1"
},
"packageManager": "pnpm@9.13.0"
}