{
  "name": "rollup-plugin-imagetools",
  "version": "3.0.18",
  "types": "dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "license": "MIT",
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/JonasKruckenberg/imagetools/tree/main/packages/rollup",
  "author": "jkruckenberg <iterpre@protonmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/JonasKruckenberg/imagetools.git"
  },
  "keywords": [
    "resize-images",
    "responsive-images",
    "rollup",
    "image",
    "rollup-plugin"
  ],
  "dependencies": {
    "@rollup/pluginutils": "^5.0.0",
    "magic-string": "^0.30.0",
    "imagetools-core": "^3.3.1"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/jest-image-snapshot": "^6.0.0",
    "@types/jsdom": "^21.0.0",
    "@types/picomatch": "^2.3.0",
    "@types/sharp": "^0.31.0",
    "@vitest/coverage-c8": "^0.30.0",
    "jest-image-snapshot": "^6.0.0",
    "jsdom": "^21.0.0",
    "picomatch": "^2.3.1",
    "rollup": "^3.2.3",
    "sharp": "^0.32.0",
    "tslib": "^2.4.0",
    "typescript": "^5.0.0",
    "vitest": "^0.30.0",
    "imagetools-core": "^3.3.1"
  },
  "scripts": {
    "dev": "rollup -cw",
    "build": "rollup -c",
    "test": "vitest run",
    "coverage": "vitest run --coverage"
  }
}