{
  "name": "@nuxthub/core",
  "private": false,
  "version": "0.8.24",
  "description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-hub/core.git"
  },
  "homepage": "https://hub.nuxt.com",
  "license": "Apache-2.0",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "nuxt",
    "fullstack",
    "cloudflare",
    "database",
    "kv",
    "blob"
  ],
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "docs": "PORT=4000 nuxi dev docs",
    "docs:build": "nuxi generate docs",
    "release": "npm run lint && npm run test && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest run --test-timeout=60000",
    "test:watch": "vitest watch",
    "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
  },
  "dependencies": {
    "@cloudflare/workers-types": "^4.20250409.0",
    "@nuxt/devtools-kit": "^2.3.2",
    "@nuxt/kit": "^3.16.2",
    "@uploadthing/mime-types": "^0.3.4",
    "citty": "^0.1.6",
    "confbox": "^0.2.2",
    "defu": "^6.1.4",
    "destr": "^2.0.5",
    "h3": "^1.15.1",
    "mime": "^4.0.7",
    "nitro-cloudflare-dev": "^0.2.2",
    "ofetch": "^1.4.1",
    "pathe": "^2.0.3",
    "pkg-types": "^2.1.0",
    "std-env": "^3.9.0",
    "ufo": "^1.6.1",
    "uncrypto": "^0.1.3",
    "unstorage": "^1.15.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@nuxt/devtools": "^2.3.2",
    "@nuxt/eslint-config": "^1.3.0",
    "@nuxt/module-builder": "^1.0.1",
    "@nuxt/schema": "^3.16.2",
    "@nuxt/test-utils": "^3.17.2",
    "@nuxthub/core": "link:",
    "@types/node": "^22.14.0",
    "changelogen": "^0.6.1",
    "eslint": "^9.24.0",
    "nuxt": "^3.16.2",
    "typescript": "~5.8.3",
    "vitest": "^3.1.1",
    "vue-tsc": "^2.2.8",
    "wrangler": "^4.9.1"
  },
  "packageManager": "pnpm@10.8.0",
  "pnpm": {
    "onlyBuiltDependencies": [
      "@parcel/watcher",
      "@tsparticles/engine",
      "better-sqlite3",
      "esbuild",
      "puppeteer",
      "sharp",
      "vue-demi",
      "workerd"
    ]
  }
}
