{
  "name": "@hey-api/shared",
  "version": "0.5.0",
  "description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.",
  "homepage": "https://heyapi.dev/",
  "bugs": {
    "url": "https://github.com/hey-api/hey-api/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Hey API",
    "email": "lubos@heyapi.dev",
    "url": "https://heyapi.dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hey-api/hey-api.git"
  },
  "funding": "https://github.com/sponsors/hey-api",
  "files": [
    "dist",
    "LICENSE.md",
    "README.md"
  ],
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "ansi-colors": "4.1.3",
    "cross-spawn": "7.0.6",
    "open": "11.0.0",
    "semver": "7.8.4",
    "@hey-api/codegen-core": "0.9.1",
    "@hey-api/json-schema-ref-parser": "1.4.4",
    "@hey-api/spec-types": "0.2.0",
    "@hey-api/types": "0.1.4"
  },
  "devDependencies": {
    "@types/bun": "1.3.14",
    "@types/cross-spawn": "6.0.6",
    "@types/js-yaml": "4.0.9",
    "@types/semver": "7.7.1",
    "eslint": "9.39.4",
    "js-yaml": "4.2.0",
    "typescript": "6.0.3"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "typecheck": "tsgo --noEmit"
  }
}