{
  "name": "sweetalert2-neutral",
  "version": "11.22.2-neutral",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lofcz/sweetalert2-neutral.git"
  },
  "homepage": "https://github.com/lofcz/sweetalert2-neutral",
  "description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert. Neutral version without 'protest-ware' features / spyware.",
  "main": "dist/sweetalert2.all.js",
  "browser": "dist/sweetalert2.all.js",
  "module": "dist/sweetalert2.esm.all.js",
  "types": "sweetalert2.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/sweetalert2.esm.all.js",
      "require": "./dist/sweetalert2.all.js",
      "types": "./sweetalert2.d.ts"
    },
    "./dist/sweetalert2": "./dist/sweetalert2.js",
    "./dist/sweetalert2.all": "./dist/sweetalert2.all.js",
    "./dist/sweetalert2.esm": "./dist/sweetalert2.esm.js",
    "./dist/sweetalert2.min": "./dist/sweetalert2.min.js",
    "./package.json": "./package.json",
    "./compat": "./sweetalert2-compat.js",
    "./sweetalert2.d.ts": "./sweetalert2.d.ts",
    "./dist/sweetalert2.min.css": "./dist/sweetalert2.min.css",
    "./dist/sweetalert2.css": "./dist/sweetalert2.css"
  },
  "devDependencies": {
    "@babel/core": "^7.19.6",
    "@babel/preset-env": "^7.19.4",
    "@rollup/plugin-babel": "^6.0.2",
    "@rollup/plugin-terser": "^0.4.0",
    "@sweetalert2/eslint-config": "^1.0.11",
    "@sweetalert2/stylelint-config": "^3.0.0",
    "cypress": "^14.0.0",
    "eslint": "^9.0.0",
    "eslint-plugin-cypress": "^4.0.0",
    "eslint-plugin-jsdoc": "^50.0.0",
    "eslint-plugin-no-unsanitized": "^4.0.1",
    "jquery": "^3.6.1",
    "playwright-webkit": "^1.37.1",
    "prettier": "^3.0.0",
    "rollup": "^4.0.0",
    "sass": "^1.83.0",
    "stylelint": "^16.0.0",
    "typescript": "4.8.4",
    "vite": "^6.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.7.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)",
    "Matěj Štágl (https://github.com/lofcz)"
  ],
  "keywords": [
    "sweetalert",
    "sweetalert2",
    "alert",
    "modal",
    "popup",
    "prompt",
    "confirm",
    "toast",
    "accessible",
    "neutral",
    "sweetalert2-neutral"
  ],
  "scripts": {
    "dev": "vite test/sandbox --open",
    "lint": "stylelint src/*.scss themes/*.css && eslint src cypress tools *.js *.ts && prettier --check src/**/*.js cypress/**/*.js *.js",
    "build": "node 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",
    "release-npm-version": "npm publish --tag latest"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true,
    "quoteProps": "consistent",
    "trailingComma": "es5"
  },
  "bugs": "https://github.com/lofcz/sweetalert2-neutral/issues",
  "license": "MIT",
  "dependencies": {
    "webpack": "^5.95.0"
  }
}
