package.json•648 B
{
"name": "hurl-openapi-mcp",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"dev": "bun run src/index.ts",
"build": "bun build ./src/index.ts --outdir ./build --target bun",
"check-types": "bunx --bun tsc --noEmit"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@atlassian/atlassian-openapi": "^1.0.6",
"@scalar/openapi-parser": "^0.22.3",
"@valibot/to-json-schema": "^1.3.0",
"dotenv": "^17.2.3",
"effect": "^3.18.4",
"fastmcp": "^3.22.0",
"openapi-merge": "^1.3.3",
"sury": "^11.0.0-alpha.4",
"zod": "^4.1.12"
}
}