{ "name": "opendock-mcp", "version": "5.1.1", "description": "MCP server for the Opendock Neutron API", "mcpName": "io.github.Pollamin/opendock", "type": "module", "main": "dist/index.js", "bin": { "opendock-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "tsc --watch", "test": "vitest run", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "opendock", "warehouse", "dock-scheduling", "model-context-protocol" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Pollamin/opendock-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.4" }, "devDependencies": { "@types/node": "^22.15.3", "typescript": "^5.8.3", "vitest": "^4.0.18" } }