{
  "name": "@uploadcare/image-shrink",
  "version": "6.18.4",
  "description": "Library for work with Uploadcare image shrink",
  "type": "module",
  "main": "./dist/cjs/index.browser.cjs",
  "module": "./dist/esm/index.browser.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.browser.mjs",
      "require": "./dist/cjs/index.browser.cjs"
    }
  },
  "sideEffects": false,
  "files": [
    "dist/*"
  ],
  "scripts": {
    "prepack": "cp ../../LICENSE ./LICENSE",
    "clean": "rimraf dist",
    "test": "npx playwright install-deps chromium && vitest --run  --coverage",
    "test:watch": "npx playwright install-deps chromium && vitest",
    "prebuild": "npm run clean",
    "build": "npm run build:types && npm run build:compile",
    "build:types": "dts-bundle-generator --project tsconfig.dts.json -o dist/index.d.ts src/index.ts",
    "build:compile": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uploadcare/uploadcare-js-api-clients.git"
  },
  "author": "Uploadcare",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/uploadcare/uploadcare-js-api-clients/issues"
  },
  "homepage": "https://github.com/uploadcare/uploadcare-js-api-clients#readme",
  "keywords": [
    "uploadcare",
    "signed",
    "uploads",
    "secure",
    "signature"
  ],
  "devDependencies": {
    "@imagemagick/magick-wasm": "^0.0.28",
    "@types/content-type": "^1.1.8",
    "@vitest/browser": "^3.2.4",
    "@vitest/coverage-v8": "^3.2.4",
    "playwright": "^1.41.2",
    "raw-body": "^2.5.2",
    "vite": "^7.0.0",
    "vitest": "^3.2.4"
  }
}
