{
    "name": "magniview",
    "version": "1.0.13",
    "description": "A lightweight JavaScript library for interactive image lightboxes with zoom and gallery support.",
    "main": "dist/magniview.min.js",
    "files": [
        "dist"
    ],
    "keywords": [
        "magniview",
        "image",
        "lightbox",
        "gallery",
        "zoom",
        "javascript",
        "library"
    ],
    "author": "Arda Uzun (Folkvnagr)",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/ardauzun0/magniview.git"
    },
    "bugs": {
        "url": "https://github.com/ardauzun0/magniview/issues"
    },
    "homepage": "https://github.com/ardauzun0/magniview#readme",
    "scripts": {
        "build": "webpack --config webpack.config.js",
        "watch": "webpack --watch --config webpack.config.js",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "devDependencies": {
        "@babel/core": "^7.25.7",
        "@babel/preset-env": "^7.25.7",
        "babel-loader": "^9.2.1",
        "css-loader": "^7.1.2",
        "css-minimizer-webpack-plugin": "^7.0.0",
        "mini-css-extract-plugin": "^2.9.1",
        "terser-webpack-plugin": "^5.3.10",
        "webpack": "^5.95.0",
        "webpack-cli": "^5.1.4"
    }
}
