{
  "name": "@eggjs/tegg-controller-plugin",
  "eggPlugin": {
    "name": "teggController",
    "strict": false,
    "dependencies": [
      "tegg"
    ]
  },
  "version": "3.80.1",
  "description": "controller decorator for egg",
  "keywords": [
    "egg",
    "plugin",
    "typescript",
    "module",
    "tegg"
  ],
  "files": [
    "app.js",
    "app.d.ts",
    "config/**/*.js",
    "config/**/*.d.ts",
    "lib/**/*.js",
    "lib/**/*.d.ts",
    "app/**/*.js",
    "app/**/*.d.ts",
    "typings/*.d.ts"
  ],
  "types": "typings/index.d.ts",
  "scripts": {
    "test": "cross-env NODE_ENV=test mocha",
    "clean": "tsc -b --clean",
    "tsc": "ut run clean && tsc -p ./tsconfig.json",
    "tsc:pub": "ut run clean && tsc -p ./tsconfig.pub.json",
    "prepublishOnly": "ut tsc:pub"
  },
  "homepage": "https://github.com/eggjs/tegg",
  "bugs": {
    "url": "https://github.com/eggjs/tegg/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:eggjs/tegg.git",
    "directory": "plugin/controller"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@eggjs/agent-runtime": "^3.80.1",
    "@eggjs/egg-module-common": "^3.80.1",
    "@eggjs/router": "^2.0.1",
    "@eggjs/tegg": "^3.80.1",
    "@eggjs/tegg-common-util": "^3.80.1",
    "@eggjs/tegg-loader": "^3.80.1",
    "@eggjs/tegg-metadata": "^3.80.1",
    "@eggjs/tegg-runtime": "^3.80.1",
    "@modelcontextprotocol/sdk": "^1.23.0",
    "await-event": "^2.1.0",
    "content-type": "^1.0.5",
    "egg-errors": "^2.3.0",
    "globby": "^10.0.2",
    "koa-compose": "^3.2.1",
    "path-to-regexp": "^1.8.0",
    "raw-body": "^2.5.2",
    "sdk-base": "^4.2.0",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@eggjs/module-test-util": "^3.80.1",
    "@eggjs/tegg-config": "^3.80.1",
    "@eggjs/tegg-plugin": "^3.80.1",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.2.4",
    "cross-env": "^7.0.3",
    "egg": "^3.9.1",
    "egg-mock": "^5.5.0",
    "egg-tracer": "^2.0.0",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "e2c8edcc9c90b024ad4dbe1f67731abe784cb809"
}
