{
  "name": "stable-diffusion-client",
  "version": "0.1.0",
  "description": "smart stable-diffusion-webui client",
  "keywords": [
    "stable-diffusion-webui",
    "deno",
    "typescript"
  ],
  "author": "Uriel chemouni <uchemouni@gmail.com>",
  "homepage": "https://github.com/UrielCh/stable-diffusion-client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UrielCh/stable-diffusion-client.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "http://github.com/UrielCh/stable-diffusion-client/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "contributors": [
    "Uriel chemouni <uchemouni@gmail.com>"
  ],
  "engine-strict": {
    "node": ">=14"
  },
  "dependencies": {
    "fzf": "*",
    "sharp": "latest",
    "@deno/shim-deno": "~0.19.1",
    "undici": "^6.9.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.28"
  },
  "_generatedBy": "dnt@0.40.0"
}