package.json•913 B
{
"name": "@auto-browse/unbundle-openapi-mcp",
"version": "1.0.1",
"type": "module",
"main": "dist/index.js",
"bin": {
"unbundle-openapi-mcp": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"package.json"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"openapi",
"split",
"extract",
"unbundle"
],
"author": "",
"license": "ISC",
"description": "MCP server for splitting and extracting parts of OpenAPI specifications",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.0",
"js-yaml": "^4.1.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.15.3",
"shx": "^0.4.0",
"typescript": "^5.8.3"
}
}