{
  "name": "@nuxt/schema",
  "version": "4.1.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/nuxt.git",
    "directory": "packages/schema"
  },
  "description": "Nuxt types and default configuration",
  "homepage": "https://nuxt.com",
  "license": "MIT",
  "type": "module",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.mjs"
    },
    "./builder-env": {
      "types": "./dist/builder-env.d.ts",
      "import": "./dist/builder-env.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "schema",
    "builder-env.d.ts",
    "env.d.ts"
  ],
  "devDependencies": {
    "@types/pug": "2.0.10",
    "@types/webpack-bundle-analyzer": "4.7.0",
    "@types/webpack-hot-middleware": "2.25.10",
    "@unhead/vue": "2.0.14",
    "@vitejs/plugin-vue": "6.0.1",
    "@vitejs/plugin-vue-jsx": "5.1.1",
    "@vue/compiler-core": "3.5.20",
    "@vue/compiler-sfc": "3.5.20",
    "@vue/language-core": "3.0.6",
    "c12": "3.2.0",
    "chokidar": "4.0.3",
    "compatx": "0.2.0",
    "css-minimizer-webpack-plugin": "7.0.2",
    "esbuild": "0.25.9",
    "esbuild-loader": "4.3.0",
    "file-loader": "6.2.0",
    "h3": "1.15.4",
    "hookable": "5.5.3",
    "ignore": "7.0.5",
    "mini-css-extract-plugin": "2.9.4",
    "nitropack": "2.12.4",
    "ofetch": "1.4.1",
    "oxc-transform": "0.86.0",
    "pkg-types": "2.3.0",
    "postcss": "8.5.6",
    "rollup-plugin-visualizer": "6.0.3",
    "sass-loader": "16.0.5",
    "scule": "1.3.0",
    "unbuild": "3.6.1",
    "unctx": "2.4.1",
    "unimport": "5.2.0",
    "untyped": "2.0.0",
    "vite": "7.1.4",
    "vue": "3.5.20",
    "vue-bundle-renderer": "2.1.2",
    "vue-loader": "17.4.2",
    "vue-router": "4.5.1",
    "webpack": "5.101.3",
    "webpack-dev-middleware": "7.4.2"
  },
  "dependencies": {
    "@vue/shared": "^3.5.20",
    "consola": "^3.4.2",
    "defu": "^6.1.4",
    "pathe": "^2.0.3",
    "std-env": "^3.9.0",
    "ufo": "1.6.1"
  },
  "engines": {
    "node": "^14.18.0 || >=16.10.0"
  },
  "scripts": {
    "test:attw": "attw --pack"
  }
}