{
  "name": "ipx",
  "version": "0.9.11",
  "repository": "unjs/ipx",
  "license": "MIT",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "bin": "./bin/ipx.mjs",
  "files": [
    "dist",
    "bin"
  ],
  "dependencies": {
    "consola": "^2.15.3",
    "defu": "^6.1.0",
    "destr": "^1.1.1",
    "etag": "^1.8.1",
    "image-meta": "^0.1.1",
    "listhen": "^0.2.15",
    "ohmyfetch": "^0.4.18",
    "pathe": "^0.3.5",
    "sharp": "^0.30.7",
    "ufo": "^0.8.5",
    "xss": "^1.0.14"
  },
  "devDependencies": {
    "@nuxtjs/eslint-config-typescript": "^11.0.0",
    "@types/etag": "^1.8.1",
    "@types/is-valid-path": "^0.1.0",
    "@types/node-fetch": "^2.6.2",
    "@types/sharp": "^0.30.5",
    "@vitest/coverage-c8": "^0.22.1",
    "changelogen": "^0.3.0",
    "eslint": "^8.23.0",
    "jiti": "^1.14.0",
    "nodemon": "^2.0.19",
    "serve-handler": "^6.1.3",
    "standard-version": "^9.5.0",
    "typescript": "^4.8.2",
    "unbuild": "^0.8.10",
    "vitest": "^0.22.1"
  },
  "packageManager": "pnpm@7.9.5",
  "scripts": {
    "build": "unbuild",
    "dev": "nodemon",
    "lint": "eslint --ext .ts .",
    "release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
    "start": "node bin/ipx.js",
    "test": "pnpm lint && vitest run --coverage"
  }
}