{
  "name": "@thymian/plugin-openapi",
  "version": "0.1.12",
  "description": "Thymian plugin for loading, parsing, and transforming OpenAPI specifications",
  "license": "AGPL-3.0-only",
  "bugs": {
    "url": "https://github.com/thymianofficial/thymian/issues"
  },
  "homepage": "https://thymian.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/thymianofficial/thymian.git",
    "directory": "packages/plugin-openapi"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "thymian",
    "open-api",
    "openapi",
    "openapi-parser",
    "parser",
    "specification",
    "swagger"
  ],
  "files": [
    "dist",
    "!**/*.tsbuildinfo"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "devDependencies": {
    "@types/traverse": "^0.6.37",
    "openapi-types": "^12.1.3"
  },
  "dependencies": {
    "@scalar/openapi-parser": "^0.23.2",
    "@scalar/openapi-upgrader": "^0.1.4",
    "@thymian/common-cli": "0.1.12",
    "@thymian/core": "0.1.12",
    "jsonc-parser": "^3.2.0",
    "tinyglobby": "^0.2.14",
    "yaml": "^2.8.3"
  },
  "oclif": {
    "commands": "./dist/cli/commands",
    "bin": "thymian",
    "topicSeparator": " ",
    "hooks": {
      "thymian.spec-search": "./dist/cli/spec-search-hook"
    },
    "topics": {
      "openapi": {
        "description": "Work directly with OpenAPI files within Thymian."
      }
    }
  }
}
