{
  "name": "image-processor.lib",
  "version": "1.0.0",
  "description": "A powerful NestJS library for image processing with modern formats (WebP, AVIF), DPR support, and flexible storage drivers",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "docs/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "prepublishOnly": "npm run build && npm run test",
    "prepare": "npm run build"
  },
  "keywords": [
    "nestjs",
    "image-processing",
    "sharp",
    "webp",
    "avif",
    "typescript",
    "dpr",
    "responsive-images",
    "image-optimization",
    "storage-driver",
    "retina",
    "adaptive-images"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "homepage": "https://github.com/letnull19A/image-processor.lib#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/letnull19A/image-processor.lib.git"
  },
  "bugs": {
    "url": "https://github.com/letnull19A/image-processor.lib/issues"
  },
  "dependencies": {
    "@nestjs/common": "^10.0.0",
    "@nestjs/core": "^10.0.0",
    "sharp": "^0.32.0",
    "multer": "^1.4.5-lts.1",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/multer": "^1.4.7",
    "@types/uuid": "^9.0.0",
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0",
    "vitest": "^1.0.0",
    "@vitest/coverage-v8": "^1.0.0"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.0.0",
    "@nestjs/core": "^10.0.0"
  }
}
