2025-06-19 11:31:27 +08:00

38 lines
911 B
JSON

{
"name": "swagger-petstore---openapi-3-0",
"version": "1.0.26",
"description": "MCP Server generated from OpenAPI spec for swagger-petstore---openapi-3-0",
"private": true,
"type": "module",
"main": "build/index.js",
"files": [
"build",
"src"
],
"scripts": {
"start": "node build/index.js",
"build": "tsc && chmod 755 build/index.js",
"typecheck": "tsc --noEmit",
"prestart": "npm run build",
"start:web": "node build/index.js --transport=web"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.0",
"axios": "^1.9.0",
"dotenv": "^16.4.5",
"zod": "^3.24.3",
"json-schema-to-zod": "^2.6.1",
"hono": "^4.7.7",
"@hono/node-server": "^1.14.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/node": "^22.15.2",
"typescript": "^5.8.3",
"@types/uuid": "^10.0.0"
}
}