{ "name": "auseklis", "version": "0.3.1", "description": "Astrology MCP server — natal charts, transits, synastry, progressions, returns, eclipses, retrogrades. Real ephemeris, MIT-licensed, no AGPL data files.", "type": "module", "license": "MIT", "author": "Ivars Gmizo", "homepage": "https://github.com/igmizo/auseklis#readme", "repository": { "type": "git", "url": "git+https://github.com/igmizo/auseklis.git" }, "bugs": { "url": "https://github.com/igmizo/auseklis/issues" }, "keywords": [ "mcp", "model-context-protocol", "astrology", "ephemeris", "natal-chart", "horoscope", "transits", "synastry", "moon-phase", "eclipse", "claude" ], "mcpName": "io.github.igmizo/auseklis", "bin": { "auseklis": "dist/stdio.js" }, "exports": { "./ephemeris": { "types": "./dist/ephemeris/index.d.ts", "default": "./dist/ephemeris/index.js" }, "./ephemeris/events": { "types": "./dist/ephemeris/events.d.ts", "default": "./dist/ephemeris/events.js" }, "./ephemeris/eclipses": { "types": "./dist/ephemeris/eclipses.d.ts", "default": "./dist/ephemeris/eclipses.js" }, "./package.json": "./package.json" }, "files": [ "dist", "README.md", "LICENSE", "NOTICE" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc -p tsconfig.build.json", "start": "node dist/stdio.js", "dev": "wrangler dev", "deploy": "wrangler deploy", "typecheck": "tsc --noEmit", "test": "esbuild test/smoke.ts --bundle --format=esm --platform=node --conditions=worker,browser --outfile=.test-bundle.mjs && node .test-bundle.mjs; rm -f .test-bundle.mjs", "bundle": "npm run build && npm prune --omit=dev && npx --yes @anthropic-ai/mcpb pack . auseklis.mcpb; npm install --no-audit --no-fund", "prepublishOnly": "npm run typecheck && npm run build" }, "dependencies": { "@hono/mcp": "^0.3.0", "@modelcontextprotocol/sdk": "^1.29.0", "astronomy-engine": "^2.1.19", "hono": "^4.12.25", "zod": "^4.4.3" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260608.1", "@types/node": "^25.9.2", "esbuild": "^0.28.1", "tsx": "^4.22.4", "typescript": "^5.9.3", "wrangler": "^4.102.0" }, "overrides": { "esbuild": "^0.28.1", "ws": "^8.21.0" } }