{
  "name": "hl-img",
  "version": "2.1.0",
  "description": "I added a custom element into my site for highlightable images, now I need to make it a repo so I don't lose track.",
  "browser": "dist/hl-img.js",
  "type": "commonjs",
  "devDependencies": {
    "bun-types": "latest",
    "typescript": "^5.0.0",
    "terser": "^5.19.4"
  },
  "scripts": {
    "prepack": "npx tsc && terser ./dist/hl-img.js > ./dist/hl-img.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strawmelonjuice/hl-img.js.git"
  },
  "author": {
    "name": "Mar / MLC Bloeiman / Strawmelonjuice",
    "email": "mar@strawmelonjuice.com",
    "url": "https://strawmelonjuice.com/?p=projects"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/strawmelonjuice/hl-img.js/issues"
  },
  "homepage": "https://github.com/strawmelonjuice/hl-img.js#readme",
  "funding": {
    "type": "individual",
    "url": "https://strawmelonjuice.com/?p=support"
  }
}