{
  "name": "@nuxt/schema",
  "version": "4.5.2",
  "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.mts",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./builder-env": "./dist/builder-env.mjs",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "schema",
    "builder-env.d.ts",
    "env.d.ts"
  ],
  "dependencies": {
    "@vue/shared": "^3.5.40",
    "defu": "^6.1.7",
    "nostics": "^1.2.0",
    "pathe": "^2.0.3",
    "pkg-types": "^2.3.1",
    "std-env": "^4.2.0"
  },
  "devDependencies": {
    "@types/pug": "2.0.10",
    "@types/webpack-bundle-analyzer": "4.7.0",
    "@types/webpack-hot-middleware": "2.25.12",
    "@unhead/vue": "^3.3.1",
    "@vitejs/plugin-vue": "^6.0.8",
    "@vitejs/plugin-vue-jsx": "^5.1.6",
    "@vue/compiler-core": "3.5.40",
    "@vue/compiler-sfc": "3.5.40",
    "@vue/language-core": "3.3.9",
    "c12": "^3.3.4",
    "chokidar": "^5.0.0",
    "compatx": "^0.2.0",
    "css-minimizer-webpack-plugin": "^8.0.0",
    "esbuild": "0.28.1",
    "esbuild-loader": "^4.5.0",
    "h3": "1.15.11",
    "hookable": "^6.1.1",
    "ignore": "^7.0.6",
    "mini-css-extract-plugin": "^2.10.2",
    "ofetch": "^1.5.1",
    "oxc-transform": "0.143.0",
    "postcss": "^8.5.25",
    "rollup-plugin-visualizer": "7.0.1",
    "scule": "^1.3.0",
    "tsdown": "0.22.14",
    "unctx": "^3.0.0",
    "unimport": "^6.4.0",
    "untyped": "^2.0.0",
    "vite": "^8.2.0",
    "vue": "^3.5.40",
    "vue-bundle-renderer": "^2.3.1",
    "vue-loader": "^17.4.2",
    "vue-router": "^5.2.0",
    "webpack": "^5.109.2",
    "webpack-dev-middleware": "^8.1.1"
  },
  "engines": {
    "node": "^14.18.0 || >=16.10.0"
  },
  "scripts": {
    "build": "tsdown",
    "test:attw": "node ../../scripts/test-attw.ts"
  }
}