{
  "name": "@ideal-postcodes/openapi",
  "description": "Ideal Postcodes OpenAPI v3 specifications",
  "version": "4.19.0",
  "type": "module",
  "main": "./dist/openapi.cjs",
  "module": "./dist/openapi.mjs",
  "types": "./dist/openapi.d.ts",
  "exports": {
    ".": {
      "types": "./dist/openapi.d.ts",
      "import": "./dist/openapi.mjs",
      "require": "./dist/openapi.cjs"
    },
    "./dist/openapi.json": "./dist/openapi.json",
    "./dist/openapi.yaml": "./dist/openapi.yaml",
    "./dist/*": "./dist/*"
  },
  "devDependencies": {
    "@redocly/cli": "~2.0.7",
    "@stoplight/prism-cli": "~5.0.0",
    "tsup": "~8.5.1",
    "typescript": "~5.7.2",
    "wrangler": "~4.80.0",
    "@atlas/tsconfig-base": "0.0.0",
    "@atlas/tsup-config": "0.0.0"
  },
  "author": {
    "name": "Ideal Postcodes",
    "email": "support@ideal-postcodes.co.uk",
    "url": "https://ideal-postcodes.co.uk"
  },
  "license": "Copyright IDDQD Limited",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "openapi.ts",
    "dist"
  ],
  "keywords": [
    "Ideal Postcodes",
    "OpenAPI",
    "UK",
    "Addressing",
    "Royal",
    "Mail",
    "PAF"
  ],
  "scripts": {
    "check-types": "tsgo --noEmit",
    "build": "tsup && node stamp-version.mjs",
    "build:site": "node stamp-version.mjs site-dist && cp site/index.html site/_headers site-dist/ && cp -r site/assets site-dist/",
    "clean": "rm -rf dist site-dist",
    "start": "redocly preview --project-dir dist",
    "mock": "pnpm build && prism mock ./dist/openapi.yaml",
    "lint": "redocly lint dist/openapi.yaml && redocly lint dist/openapi.json"
  }
}