{
  "name": "imagetools-core",
  "version": "4.1.0",
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/JonasKruckenberg/imagetools/tree/main/packages/core",
  "author": "jkruckenberg <iterpre@protonmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/JonasKruckenberg/imagetools.git"
  },
  "keywords": [
    "resize-images",
    "responsive-images",
    "sharp",
    "image",
    "imagetools"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=12.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.2",
    "@types/jest-image-snapshot": "^6.1.0",
    "@types/sharp": "^0.32.0",
    "@vitest/coverage-v8": "^0.34.0",
    "jest-file-snapshot": "^0.5.0",
    "jest-image-snapshot": "^6.2.0",
    "rollup": "^4.0.0",
    "tslib": "^2.6.1",
    "typescript": "^5.1.6",
    "vitest": "^0.34.0"
  },
  "dependencies": {
    "sharp": "^0.32.4"
  },
  "scripts": {
    "dev": "rollup -cw",
    "build": "rollup -c",
    "test": "vitest run",
    "coverage": "vitest run --coverage"
  }
}