{
  "name": "imgproxy",
  "version": "1.4.1",
  "description": "NodeJS client library to generate imgproxy urls",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./dist/*.js": {
      "types": "./dist/*.d.ts",
      "require": "./dist/*.js",
      "import": "./dist/*.mjs"
    }
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsup src --format cjs,esm --dts --clean",
    "prepublish": "npm run build",
    "lint": "eslint src --ext .ts",
    "test": "npm run prettier-check && npm run lint && jest --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unitedwardrobe/imgproxy-node.git"
  },
  "keywords": [
    "imgproxy",
    "url",
    "generation",
    "client"
  ],
  "author": "Koen Punt <koen@unitedwardrobe.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/unitedwardrobe/imgproxy-node/issues"
  },
  "homepage": "https://github.com/unitedwardrobe/imgproxy-node#readme",
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "@types/node": "^20.6.2",
    "@typescript-eslint/eslint-plugin": "^6.7.2",
    "@typescript-eslint/parser": "^6.7.2",
    "eslint": "^8.49.0",
    "eslint-plugin-prettier": "^5.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "rimraf": "^5.0.1",
    "ts-jest": "^29.1.1",
    "tsup": "^8.3.5",
    "typescript": "^5.2.2"
  }
}
