{
  "name": "@nuxt/bridge",
  "version": "3.0.0",
  "repository": "nuxt/framework",
  "license": "MIT",
  "type": "module",
  "main": "./module.cjs",
  "types": "./types.d.ts",
  "files": [
    "module.cjs",
    "types.d.ts",
    "dist"
  ],
  "bin": {
    "nuxi": "./bin/nuxt.mjs"
  },
  "scripts": {
    "prepack": "unbuild"
  },
  "dependencies": {
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
    "@babel/plugin-proposal-optional-chaining": "^7.16.7",
    "@babel/plugin-transform-typescript": "^7.16.8",
    "@nuxt/kit": "3.0.0",
    "@nuxt/nitro": "3.0.0",
    "@nuxt/postcss8": "^1.1.3",
    "@nuxt/schema": "3.0.0",
    "@vitejs/plugin-legacy": "^1.8.0",
    "@vue/composition-api": "^1.4.9",
    "@vueuse/head": "^0.7.5",
    "acorn": "^8.7.0",
    "cookie-es": "^0.5.0",
    "defu": "^6.0.0",
    "destr": "^1.1.0",
    "enhanced-resolve": "^5.9.2",
    "escape-string-regexp": "^5.0.0",
    "estree-walker": "^3.0.1",
    "externality": "^0.2.1",
    "fs-extra": "^10.0.1",
    "globby": "^13.1.1",
    "h3": "^0.4.2",
    "hash-sum": "^2.0.0",
    "knitwork": "^0.1.1",
    "magic-string": "^0.26.1",
    "mlly": "^0.5.1",
    "murmurhash-es": "^0.1.1",
    "node-fetch": "^3.2.3",
    "nuxi": "3.0.0",
    "ohash": "^0.1.0",
    "pathe": "^0.2.0",
    "perfect-debounce": "^0.1.3",
    "postcss": "^8",
    "postcss-import": "^14.1.0",
    "postcss-import-resolver": "^2.0.0",
    "postcss-preset-env": "^7.4.3",
    "postcss-url": "^10.1.3",
    "scule": "^0.2.1",
    "semver": "^7.3.5",
    "ufo": "^0.8.3",
    "unimport": "^0.1.3",
    "unplugin": "^0.6.1",
    "unplugin-vue2-script-setup": "^0.10.2",
    "untyped": "^0.4.4",
    "vite": "^2.9.1",
    "vite-plugin-vue2": "^1.9.3",
    "vue-template-compiler": "^2.6.14"
  },
  "devDependencies": {
    "@nuxt/types": "^2.15.8",
    "@types/fs-extra": "^9.0.13",
    "@types/hash-sum": "^1.0.0",
    "@types/node-fetch": "^3.0.2",
    "nuxt": "^2",
    "unbuild": "latest",
    "vue": "^2",
    "vue-router": "^3"
  },
  "engines": {
    "node": "^14.16.0 || ^16.11.0 || ^17.0.0"
  },
  "installConfig": {
    "hoistingLimits": "workspaces"
  }
}