{
  "name": "@spruce-hub/nuxt-fetch",
  "version": "1.11.1",
  "description": "Secure and easy http proxy integration with Nuxt.js",
  "main": "./dist/module.cjs",
  "module": "./dist/module.mjs",
  "types": "./dist/module.d.ts",
  "exports": {
    ".": {
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    },
    "./dist/runtime/*": "./dist/runtime/*",
    "./runtime/*": "./dist/runtime/*",
    "./*": "./*"
  },
  "files": [
    "/dist"
  ],
  "keywords": [
    "Spruce FE",
    "Spruce Hub",
    "Nuxt Modules"
  ],
  "author": "Noah Yu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spruce-hub/nuxt-modules.git",
    "directory": "packages/fetch"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0",
    "pnpm": ">=8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@nuxt/kit": "^3.7.0"
  },
  "devDependencies": {
    "@nuxt/module-builder": "^0.5.0",
    "@nuxt/schema": "^3.7.0"
  },
  "scripts": {
    "build": "nuxt-module-build",
    "stub": "nuxt-module-build --stub",
    "changelog": "conventional-changelog -n '../../changelog.config.js' -i CHANGELOG.md -s -r 0 -k ./package.json --commit-path ./"
  }
}