{
  "name": "nuxt3",
  "version": "3.0.0",
  "repository": "nuxt/framework",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./types.d.ts",
  "bin": {
    "nuxi": "./bin/nuxt.mjs",
    "nuxt": "./bin/nuxt.mjs"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./app": "./dist/app/index.mjs",
    "./package.json": "./package.json"
  },
  "imports": {
    "#app": "./dist/app/index.mjs",
    "#meta": "./dist/meta/runtime/index.mjs",
    "#pages": "./dist/pages/runtime/index.mjs"
  },
  "files": [
    "app.d.ts",
    "bin",
    "types.d.ts",
    "dist"
  ],
  "scripts": {
    "prepack": "unbuild"
  },
  "dependencies": {
    "@nuxt/kit": "3.0.0",
    "@nuxt/nitro": "3.0.0",
    "@nuxt/schema": "3.0.0",
    "@nuxt/ui-templates": "npm:@nuxt/ui-templates-edge@latest",
    "@nuxt/vite-builder": "3.0.0",
    "@vue/reactivity": "^3.2.31",
    "@vue/shared": "^3.2.31",
    "@vueuse/head": "^0.7.5",
    "chokidar": "^3.5.3",
    "cookie-es": "^0.5.0",
    "defu": "^6.0.0",
    "destr": "^1.1.0",
    "escape-string-regexp": "^5.0.0",
    "fs-extra": "^10.0.1",
    "globby": "^13.1.1",
    "h3": "^0.4.2",
    "hash-sum": "^2.0.0",
    "hookable": "^5.1.1",
    "knitwork": "^0.1.1",
    "magic-string": "^0.26.1",
    "mlly": "^0.4.3",
    "nitropack": "npm:nitropack-edge@latest",
    "nuxi": "3.0.0",
    "ohash": "^0.1.0",
    "ohmyfetch": "^0.4.15",
    "pathe": "^0.2.0",
    "perfect-debounce": "^0.1.3",
    "scule": "^0.2.1",
    "ufo": "^0.8.1",
    "unimport": "^0.1.3",
    "unplugin": "^0.6.0",
    "untyped": "^0.4.3",
    "vue": "^3.2.31",
    "vue-router": "^4.0.14"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "@types/hash-sum": "^1.0.0",
    "unbuild": "latest",
    "vue-meta": "next"
  },
  "engines": {
    "node": "^14.16.0 || ^16.11.0 || ^17.0.0"
  }
}