{
  "name": "@powerlines/plugin-hey-api",
  "version": "0.1.554",
  "type": "module",
  "description": "A Powerlines plugin to generate project code using Hey API.",
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/powerlines.git",
    "directory": "packages/plugins/plugin-hey-api"
  },
  "homepage": "https://stormsoftware.com",
  "bugs": {
    "url": "https://stormsoftware.com/support",
    "email": "support@stormsoftware.com"
  },
  "author": {
    "name": "Storm Software",
    "email": "contact@stormsoftware.com",
    "url": "https://stormsoftware.com"
  },
  "maintainers": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "contributors": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/storm-software"
  },
  "license": "Apache-2.0",
  "private": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "default": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./helpers": {
      "require": {
        "types": "./dist/helpers/index.d.cts",
        "default": "./dist/helpers/index.cjs"
      },
      "import": {
        "types": "./dist/helpers/index.d.mts",
        "default": "./dist/helpers/index.mjs"
      },
      "default": {
        "types": "./dist/helpers/index.d.mts",
        "default": "./dist/helpers/index.mjs"
      }
    },
    "./helpers/create-operation-id": {
      "require": {
        "types": "./dist/helpers/create-operation-id.d.cts",
        "default": "./dist/helpers/create-operation-id.cjs"
      },
      "import": {
        "types": "./dist/helpers/create-operation-id.d.mts",
        "default": "./dist/helpers/create-operation-id.mjs"
      },
      "default": {
        "types": "./dist/helpers/create-operation-id.d.mts",
        "default": "./dist/helpers/create-operation-id.mjs"
      }
    },
    "./package.json": "./package.json",
    "./types": {
      "require": {
        "types": "./dist/types/index.d.cts",
        "default": "./dist/types/index.cjs"
      },
      "import": {
        "types": "./dist/types/index.d.mts",
        "default": "./dist/types/index.mjs"
      },
      "default": {
        "types": "./dist/types/index.d.mts",
        "default": "./dist/types/index.mjs"
      }
    },
    "./types/plugin": {
      "require": {
        "types": "./dist/types/plugin.d.cts",
        "default": "./dist/types/plugin.cjs"
      },
      "import": {
        "types": "./dist/types/plugin.d.mts",
        "default": "./dist/types/plugin.mjs"
      },
      "default": {
        "types": "./dist/types/plugin.d.mts",
        "default": "./dist/types/plugin.mjs"
      }
    }
  },
  "typings": "dist/index.d.mts",
  "files": ["dist/**/*"],
  "keywords": ["hey-api", "powerlines", "storm-software", "powerlines-plugin"],
  "dependencies": {
    "@hey-api/openapi-ts": "^0.88.2",
    "@stryke/path": "^0.29.12",
    "@stryke/string-format": "^0.17.27",
    "@stryke/type-checks": "^0.6.18",
    "@stryke/types": "^0.12.13",
    "defu": "^6.1.7",
    "jiti": "^2.7.0",
    "powerlines": "^0.47.139"
  },
  "devDependencies": {
    "@powerlines/plugin-plugin": "^0.12.551",
    "@types/node": "^25.9.3"
  },
  "publishConfig": { "access": "public" },
  "types": "./dist/index.d.cts",
  "gitHead": "e4d0789c94042b880b0fd0a56f6fdfb3c815953c"
}
