{
  "name": "tsoa-mcp",
  "version": "0.0.1-alpha1",
  "description": "Bridge tsoa-based Express APIs with the Model Context Protocol.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "tsoa-mcp": "./dist/cli/index.js"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaackogan/tsoa-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/isaackogan/tsoa-mcp/issues"
  },
  "homepage": "https://github.com/isaackogan/tsoa-mcp#readme",
  "keywords": [
    "tsoa",
    "mcp",
    "model-context-protocol",
    "express",
    "openapi"
  ],
  "license": "GPL-3.0-only",
  "author": "isaackogan",
  "peerDependencies": {
    "@tsoa/runtime": ">=6",
    "express": ">=4"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "handlebars": "^4.7.8",
    "orval": "^8.5.3"
  },
  "devDependencies": {
    "@types/express": "^5.0.0",
    "@types/node": "^20.0.0",
    "tsdown": "^0.21.0",
    "typescript": "^5.4.0"
  },
  "scripts": {
    "build": "tsdown && node scripts/copy-templates.mjs",
    "typecheck": "tsc --noEmit",
    "dev": "tsdown --watch",
    "inspect": "./scripts/inspect.sh"
  }
}