{
  "name": "swalidjs",
  "version": "1.0.7",
  "description": "A lightweight JavaScript library for validating user input with customizable options and SweetAlert2 integration.",
  "main": "./src/index.js",
  "directories": {
    "doc": "docs",
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js",
    "build": "webpack --config webpack.config.js"
  },
  "keywords": [
    "validation",
    "input validation",
    "javascript",
    "sweetalert2",
    "library"
  ],
  "author": "ErFaN-K",
  "license": "MIT",
  "dependencies": {
    "sweetalert2": "^11.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "babel-loader": "^10.0.0",
    "webpack": "^5.0.0",
    "webpack-cli": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ErFaN-K/Swalid-Js.git"
  },
  "bugs": {
    "url": "https://github.com/ErFaN-K/Swalid-Js/issues"
  },
  "type": "module",
  "homepage": "https://github.com/ErFaN-K/Swalid-Js#readme"
}
