{
    "name": "kongari-toast",
    "version": "2.0.0",
    "description": "Sleek and minimal toast notifications.Auto-dismiss with a progress bar. Customizable icons and colors by type. Works out of the box with Vanilla JS.",
    "homepage": "https://4okimi7uki.github.io/kongari-toast/",
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "bugs": {
        "url": "https://github.com/4okimi7uki/kongari-toast/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/4okimi7uki/kongari-toast.git"
    },
    "license": "MIT",
    "author": "Mizuki Aoki",
    "type": "module",
    "main": "./dist/toast.js",
    "types": "./dist/toast.d.ts",
    "exports": {
        ".": {
            "import": "./dist/toast.js",
            "types": "./dist/types/toast.d.ts"
        }
    },
    "files": [
        "dist"
    ],
    "keywords": [
        "toast",
        "notification",
        "vanilla-js",
        "ui-component",
        "typescript",
        "minimal",
        "progress-bar"
    ],
    "scripts": {
        "build": "tsup",
        "lint": "eslint . --ext .ts",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "devDependencies": {
        "@eslint/js": "^9.26.0",
        "eslint": "^9.26.0",
        "globals": "^16.1.0",
        "typescript": "^5.8.3",
        "typescript-eslint": "^8.32.0"
    },
    "dependencies": {
        "tslib": "^2.8.1",
        "tsup": "^8.5.0"
    }
}
