32 lines
719 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"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.4",
"axios": "^1.8.4",
"json-schema-to-zod": "^2.6.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^18.19.0",
"typescript": "^5.4.5"
}
}