{
  "name": "@nuxt/image",
  "version": "2.1.0",
  "description": "Nuxt Image Module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/image.git"
  },
  "homepage": "https://image.nuxt.com",
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/module.js",
    "./runtime": "./dist/runtime/index.js",
    "./runtime/providers/*": "./dist/runtime/providers/*.js"
  },
  "main": "./dist/module.js",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/module.d.ts"
      ],
      "./runtime": [
        "./dist/runtime/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@noble/hashes": "^2.2.0",
    "@nuxt/kit": "^4.5.1",
    "defu": "^6.1.7",
    "h3": "^1.15.11",
    "image-meta": "^0.2.2",
    "knitwork": "^1.3.0",
    "ohash": "^2.0.11",
    "pathe": "^2.0.3",
    "std-env": "^4.2.0",
    "ufo": "^1.6.4"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "1.16.0",
    "@nuxt/module-builder": "1.0.3",
    "@nuxt/schema": "4.5.1",
    "@nuxt/test-utils": "^4.1.0",
    "@types/node": "^24.13.3",
    "@unhead/vue": "^3.2.3",
    "@vitest/coverage-v8": "^4.1.10",
    "@vue/test-utils": "^2.4.11",
    "changelogen": "^0.6.2",
    "eslint": "10.8.0",
    "happy-dom": "^20.11.1",
    "installed-check": "^10.0.1",
    "ipx": "4.0.0-beta.1",
    "knip": "^6.29.0",
    "nitropack": "^2.13.4",
    "nuxt": "^4.5.1",
    "pkg-pr-new": "^0.0.80",
    "playwright-core": "^1.62.0",
    "tinyglobby": "^0.2.17",
    "typescript": "6.0.3",
    "unbuild": "^3.6.1",
    "vitest": "^4.1.10",
    "vue": "3.5.38",
    "vue-tsc": "^3.3.8"
  },
  "optionalDependencies": {
    "ipx": "4.0.0-beta.1"
  },
  "engines": {
    "node": "^20.19.0 || >=22.3.0"
  },
  "scripts": {
    "build": "nuxt-module-build build",
    "dev": "nuxt dev playground",
    "dev:build": "nuxt build playground",
    "dev:generate": "nuxt generate playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare docs",
    "docs:build": "pnpm run --filter docs build",
    "docs:dev": "pnpm run --filter docs dev",
    "lint": "eslint . --cache",
    "lint:fix": "eslint . --cache --fix",
    "test": "nuxt prepare playground && pnpm vitest run --coverage",
    "test:types": "vue-tsc --noEmit",
    "test:built:types": "nuxt typecheck playground && nuxt typecheck example"
  }
}