{
  "name": "@standard-community/standard-openapi",
  "version": "0.2.10",
  "type": "module",
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "standard-schema",
    "standard-community",
    "standard-schema-community",
    "openapi-schema",
    "openapi",
    "convertor"
  ],
  "homepage": "https://github.com/standard-community",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/standard-community/standard-openapi.git"
  },
  "bugs": {
    "url": "https://github.com/standard-community/standard-openapi/issues"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./convert": {
      "import": {
        "types": "./dist/vendors/convert.d.ts",
        "default": "./dist/vendors/convert.js"
      },
      "require": {
        "types": "./dist/vendors/convert.d.cts",
        "default": "./dist/vendors/convert.cjs"
      }
    }
  },
  "peerDependencies": {
    "@standard-community/standard-json": "^0.3.5",
    "@standard-schema/spec": "^1.0.0",
    "arktype": "^2.1.20",
    "effect": "^3.20.0",
    "openapi-types": "^12.1.3",
    "sury": "^10.0.0",
    "typebox": "^1.0.0",
    "valibot": "^1.4.2",
    "zod": "^3.25.0 || ^4.0.0",
    "zod-openapi": "^4"
  },
  "peerDependenciesMeta": {
    "arktype": {
      "optional": true
    },
    "effect": {
      "optional": true
    },
    "sury": {
      "optional": true
    },
    "typebox": {
      "optional": true
    },
    "valibot": {
      "optional": true
    },
    "zod": {
      "optional": true
    },
    "zod-openapi": {
      "optional": true
    }
  },
  "devDependencies": {
    "@biomejs/biome": "^2.0.4",
    "@types/json-schema": "^7.0.15",
    "@types/node": "^24.3.1",
    "@valibot/to-json-schema": "^1.3.0",
    "pkgroll": "^2.28.1",
    "typebox": "1.0.17",
    "typescript": "^5.8.3",
    "vitest": "^3.2.6",
    "zod": "^3.25.67",
    "zod-to-json-schema": "^3.24.6"
  },
  "scripts": {
    "build": "pkgroll --clean-dist",
    "format": "biome check --write .",
    "test": "vitest"
  }
}