{
  "name": "sweetalert2",
  "version": "11.26.24",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sweetalert2/sweetalert2.git"
  },
  "homepage": "https://sweetalert2.github.io/",
  "description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
  "main": "dist/sweetalert2.all.js",
  "browser": "dist/sweetalert2.all.js",
  "module": "dist/sweetalert2.esm.all.js",
  "types": "sweetalert2.d.ts",
  "devDependencies": {
    "@babel/core": "^7.19.6",
    "@babel/preset-env": "^7.19.4",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@sweetalert2/stylelint-config": "^3.0.0",
    "cypress": "^15.0.0",
    "jquery": "^4.0.0",
    "oxfmt": "^0.36.0",
    "oxlint": "^1.51.0",
    "playwright-webkit": "^1.37.1",
    "rollup": "^4.0.0",
    "sass": "^1.83.0",
    "stylelint": "^17.0.0",
    "typescript": "4.8.4",
    "vite": "^7.0.0",
    "zx": "^8.0.0"
  },
  "devDependenciesComments": {
    "typescript": "Do not upgrade TS, tests will verify that types work with the very first version of TS >= 4.8.4"
  },
  "files": [
    "dist",
    "src",
    "themes",
    "sweetalert2.d.ts"
  ],
  "author": "Limon Monte (https://limonte.github.io)",
  "contributors": [
    "Matthew Francis Brunetti <zenflow87@gmail.com> (https://github.com/zenflow)",
    "Morgan Touverey-Quilling <mtouverey@alembic-dev.com> (https://github.com/toverux)",
    "Giuseppe Verni (https://github.com/gverni)",
    "Sam Turrell <sam@samturrell.co.uk> (https://github.com/samturrell)",
    "Joseph Schultz (https://github.com/acupofjose)",
    "Johan Fagerberg (https://github.com/birjolaxew)"
  ],
  "keywords": [
    "sweetalert",
    "sweetalert2",
    "alert",
    "modal",
    "popup",
    "prompt",
    "confirm",
    "toast",
    "accessible"
  ],
  "scripts": {
    "dev": "vite test/sandbox --open",
    "lint": "stylelint src/*.scss themes/*.css && oxlint && oxfmt --check",
    "build": "zx tools/build.mjs",
    "test": "cypress run --headless",
    "check-types": "npx -p typescript@latest tsc --noEmit --lib dom,es2018 -p jsconfig.json",
    "cypress:open": "cypress open",
    "webpack-build": "webpack --config=test/webpack/webpack.config.js"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/limonte"
  },
  "bugs": "https://github.com/sweetalert2/sweetalert2/issues",
  "license": "MIT"
}
