{
  "name": "chilled-lemon",
  "version": "0.0.6",
  "description": "This library is used to read the PNG Info values of images generated by Stable Diffusion web UI.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build:types": "tsc",
    "build:vite": "vite build",
    "build": "npm run build:types && npm run build:vite && mv temp/*.d.ts dist/",
    "prepublishOnly": "npm run build",
    "test": "vitest",
    "fmt": "deno fmt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shinshin86/chilled-lemon.git"
  },
  "keywords": [
    "stable diffusion web ui",
    "sd webui",
    "stable diffusion",
    "pnginfo",
    "png",
    "info"
  ],
  "author": "shinshin86 <shinshin86npm@gmail.com> (https://github.com/shinshin86)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shinshin86/chilled-lemon/issues"
  },
  "homepage": "https://github.com/shinshin86/chilled-lemon#readme",
  "devDependencies": {
    "@types/node": "^20.4.1",
    "typescript": "^5.1.6",
    "vite": "^4.4.2",
    "vitest": "^0.34.4"
  }
}
