package.json•698 B
{
"name": "human-design-mcp-server",
"version": "1.0.0",
"description": "MCP Server for Human Design calculations compatible with n8n",
"main": "http-server.js",
"type": "module",
"scripts": {
"start": "node http-server.js",
"start:mcp": "node index-with-swiss.js",
"dev": "node --watch http-server.js",
"dev:mcp": "node --watch index-with-swiss.js"
},
"keywords": [
"human-design",
"mcp",
"mcp-server",
"n8n",
"astrology",
"bodygraph"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"express": "^4.18.2",
"swisseph": "^0.5.15"
},
"engines": {
"node": ">=18.0.0"
}
}