{
  "name": "bootstrap-alert",
  "version": "1.1.1",
  "description": "Minimal Bootstrap 5 toast notifications",
  "homepage": "https://sanand0.github.io/bootstrap-alert/",
  "repository": {
    "type": "git",
    "url": "https://github.com/sanand0/bootstrap-alert.git"
  },
  "license": "MIT",
  "author": "Prudhvi Krovvidi <kprudhvi71@gmail.com>",
  "type": "module",
  "module": "bootstrap-alert.js",
  "prettier": {
    "printWidth": 120
  },
  "contributors": [
    "Anand S <root.node@gmail.com>"
  ],
  "files": [
    "LICENSE",
    "README.md",
    "dist/"
  ],
  "browser": "dist/bootstrap-alert.js",
  "exports": "./dist/bootstrap-alert.js",
  "scripts": {
    "build": "npx -y esbuild bootstrap-alert.js --format=esm --bundle --minify --allow-overwrite --sourcemap --outfile=dist/bootstrap-alert.js",
    "lint:oxlint": "npx -y oxlint --fix",
    "lint:js-md": "npx -y prettier@3.5 --print-width 120 --write '**/*.js' '!**/*.min.js' '!dist/**' '**/*.md'",
    "lint:html": "npx -y js-beautify@1 '**/*.html' --type html --replace --indent-size 2 --max-preserve-newlines 1 --end-with-newline",
    "lint": "npm run lint:oxlint && npm run lint:js-md && npm run lint:html",
    "test": "npx -y vitest run",
    "prepublishOnly": "npm run lint && npm run build && npm test"
  },
  "peerDependencies": {
    "bootstrap": "^5.3.7"
  },
  "devDependencies": {
    "happy-dom": "^18.0.1"
  },
  "keywords": [
    "bootstrap",
    "toast",
    "notification",
    "alert",
    "minimal"
  ]
}
