{ "name": "@nuxt/image", "version": "1.11.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.mjs" }, "main": "./dist/module.mjs", "typesVersions": { "*": { ".": [ "./dist/module.d.mts" ] } }, "files": [ "dist" ], "scripts": { "build": "nuxt-module-build build", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:generate": "nuxi generate playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs", "docs:build": "cd docs && nuxt generate", "docs:dev": "pnpm nuxt dev docs", "lint": "eslint .", "prepack": "pnpm build", "release": "pnpm test && pnpm build && changelogen --release --push && npm publish", "test": "nuxi prepare playground && pnpm vitest run --coverage", "test:types": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck example" }, "dependencies": { "@nuxt/kit": "^3.18.0", "consola": "^3.4.2", "defu": "^6.1.4", "h3": "^1.15.3", "image-meta": "^0.2.1", "knitwork": "^1.2.0", "ohash": "^2.0.11", "pathe": "^2.0.3", "std-env": "^3.9.0", "ufo": "^1.6.1" }, "devDependencies": { "@nuxt/eslint-config": "1.7.1", "@nuxt/module-builder": "0.8.4", "@nuxt/schema": "3.18.0", "@nuxt/test-utils": "3.17.2", "@types/node": "^22.17.0", "@types/semver": "^7.7.0", "@unhead/vue": "^2.0.12", "@vitest/coverage-v8": "^3.2.4", "@vue/test-utils": "^2.4.6", "changelogen": "^0.6.2", "eslint": "9.32.0", "globby": "^14.1.0", "happy-dom": "^17.6.3", "installed-check": "^9.3.0", "ipx": "^2.1.1", "jiti": "2.5.1", "knip": "^5.62.0", "nitropack": "^2.12.4", "nuxt": "^3.18.0", "ofetch": "^1.4.1", "pkg-pr-new": "^0.0.42", "playwright-core": "^1.54.1", "semver": "^7.7.2", "tinyexec": "^0.3.2", "typescript": "5.8.3", "unbuild": "^3.6.0", "vitest": "^3.2.4", "vitest-environment-nuxt": "^1.0.1", "vue": "3.5.18", "vue-tsc": "^2.2.12" }, "optionalDependencies": { "ipx": "^2.1.1" }, "packageManager": "pnpm@10.13.1", "resolutions": { "@nuxt/image": "workspace:*", "@nuxt/schema": "3.18.0", "@nuxt/ui": "2.22.1", "vue": "3.5.18" }, "engines": { "node": ">=18.20.6" } }