{
  "name": "viewink",
  "version": "1.0.13",
  "description": "ViewInk is a lightweight, dynamic, and highly customizable modal library designed to seamlessly open iframes in a popup. Perfect for e-commerce product previews, virtual try-ons, or any use case requiring embedded content, ViewInk offers a smooth, modern, and developer-friendly experience. With support for dynamic URL placeholders, event hooks, and easy integration, ViewInk empowers you to create interactive popups with minimal effort.",
  "keywords": [
    "modal",
    "popup",
    "iframe",
    "vanilla-js",
    "dynamic"
  ],
  "homepage": "https://github.com/Yeeloman/ViewInk#readme",
  "bugs": {
    "url": "https://github.com/Yeeloman/ViewInk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yeeloman/ViewInk.git"
  },
  "license": "MIT",
  "author": "Yeeloman",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "tsup": "^8.3.5",
    "typescript": "^5.7.3"
  }
}
