{
  "name": "openimg",
  "version": "1.1.1",
  "homepage": "https://github.com/andrelandgraf/openimg",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrelandgraf/openimg.git"
  },
  "license": "MIT",
  "author": "Andre Landgraf <andre.timo.landgraf@gmail.com> (https://andrelandgraf.com)",
  "type": "module",
  "sideEffects": false,
  "exports": {
    "./bun": {
      "import": "./dist/bun.js",
      "types": "./dist/types/bun.d.ts"
    },
    "./node": {
      "import": "./dist/node.js",
      "types": "./dist/types/node.d.ts"
    },
    "./react": {
      "import": "./dist/react.js",
      "types": "./dist/types/react.d.ts"
    },
    "./vite": {
      "import": "./dist/vite.js",
      "types": "./dist/types/vite.d.ts"
    },
    "./client": {
      "types": "./dist/client.d.ts"
    }
  },
  "scripts": {
    "build": "./scripts/build.sh",
    "release": "./scripts/release.sh",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "thumbhash": "^0.1.1"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "sharp": "^0.34.2"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "files": [
    "dist",
    "docs",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ]
}
