{
  "name": "nuxt-proxy",
  "type": "module",
  "version": "0.4.1",
  "description": "Http-proxy middleware for Nuxt 3.",
  "author": "Robert Soriano <sorianorobertc@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wobsoriano/nuxt-proxy.git"
  },
  "keywords": [
    "proxy",
    "nuxt",
    "vue",
    "http",
    "connect",
    "h3"
  ],
  "exports": {
    ".": {
      "types": "./dist/module.d.ts",
      "require": "./dist/module.cjs",
      "import": "./dist/module.mjs"
    },
    "./middleware": "./dist/runtime/middleware.mjs"
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist",
    "*.d.ts"
  ],
  "scripts": {
    "prepack": "nuxt-module-build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "update-deps": "taze -w && pnpm i",
    "release": "bumpp && npm publish"
  },
  "dependencies": {
    "@nuxt/kit": "3.1.1",
    "defu": "^6.1.2",
    "h3": "^1.1.0",
    "http-proxy-middleware": "^3.0.0-beta.0",
    "ohash": "^1.0.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^0.34.0",
    "@nuxt/module-builder": "^0.2.1",
    "bumpp": "^8.2.1",
    "eslint": "^8.31.0",
    "nuxt": "3.1.1",
    "taze": "^0.8.5"
  },
  "pnpm": {
    "patchedDependencies": {
      "http-proxy-middleware@3.0.0-beta.0": "patches/http-proxy-middleware@3.0.0-beta.0.patch"
    }
  },
  "eslintConfig": {
    "extends": "@antfu"
  }
}
