package.json•1.08 kB
{
"name": "gologin-mcp",
"version": "0.0.8",
"description": "MCP server that connects to the GoLogin API",
"main": "dist/index.js",
"bin": {
"gologin-mcp": "dist/index.js"
},
"engines": {
"node": ">=14.0.0"
},
"type": "module",
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"start": "npm run build && node dist/index.js",
"dev": "tsc --watch & node --watch dist/index.js",
"test": "npm run build && node test-client.js",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.13.1",
"js-yaml": "^4.1.0",
"openapi-types": "^12.1.3",
"swagger-parser": "^10.0.3",
"agents": "^0.0.109",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",
"@types/node": "^20.0.0",
"esbuild": "^0.19.0",
"typescript": "^5.0.0"
},
"keywords": [
"anti-detect browser",
"gologin",
"mcp",
"openapi",
"api-tools",
"swagger",
"typescript"
],
"author": "",
"license": "MIT"
}