{
  "name": "@nuxt/schema",
  "version": "3.15.4",
  "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"
    },
    "./schema/config.schema.json": "./schema/config.schema.json",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "schema",
    "builder-env.d.ts",
    "env.d.ts"
  ],
  "scripts": {
    "prepack": "unbuild",
    "test:attw": "attw --pack"
  },
  "devDependencies": {
    "@types/pug": "2.0.10",
    "@types/webpack-bundle-analyzer": "4.7.0",
    "@types/webpack-hot-middleware": "2.25.9",
    "@unhead/vue": "2.0.0-rc.1",
    "@vitejs/plugin-vue": "5.2.1",
    "@vitejs/plugin-vue-jsx": "4.1.1",
    "@vue/compiler-core": "3.5.13",
    "@vue/compiler-sfc": "3.5.13",
    "@vue/language-core": "2.2.8",
    "c12": "3.0.2",
    "chokidar": "4.0.3",
    "compatx": "0.1.8",
    "css-minimizer-webpack-plugin": "7.0.0",
    "esbuild": "0.25.0",
    "esbuild-loader": "4.3.0",
    "file-loader": "6.2.0",
    "h3": "1.15.1",
    "hookable": "5.5.3",
    "ignore": "7.0.3",
    "mini-css-extract-plugin": "2.9.2",
    "nitropack": "2.11.0",
    "ofetch": "1.4.1",
    "pkg-types": "2.1.0",
    "postcss": "8.5.3",
    "rollup-plugin-visualizer": "5.14.0",
    "sass-loader": "16.0.5",
    "scule": "1.3.0",
    "unbuild": "3.5.0",
    "unctx": "2.4.1",
    "unimport": "4.1.2",
    "untyped": "2.0.0",
    "vite": "6.2.0",
    "vue": "3.5.13",
    "vue-bundle-renderer": "2.1.1",
    "vue-loader": "17.4.2",
    "vue-router": "4.5.0",
    "webpack": "5.98.0",
    "webpack-dev-middleware": "7.4.2"
  },
  "dependencies": {
    "consola": "^3.4.0",
    "defu": "^6.1.4",
    "pathe": "^2.0.3",
    "std-env": "^3.8.1"
  },
  "engines": {
    "node": "^14.18.0 || >=16.10.0"
  }
}