{
  "name": "@kingbri1/standard-openapi",
  "version": "0.1.3",
  "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",
    "directory": "packages/core"
  },
  "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"
    }
  },
  "dependencies": {
    "@kingbri1/standard-json": "^0.2.1",
    "json-schema-walker": "^2.0.0"
  },
  "devDependencies": {
    "@apidevtools/json-schema-ref-parser": "^11.9.3",
    "@standard-schema/spec": "^1.0.0",
    "@types/json-schema": "^7.0.15",
    "arktype": "^2.1.9",
    "openapi-types": "^12.1.3",
    "pkgroll": "^2.5.1",
    "valibot": "1.0.0-rc.4",
    "zod": "^3.25.41"
  },
  "scripts": {
    "build": "pkgroll --minify --clean-dist"
  }
}