{
  "name": "evital-sso",
  "version": "1.0.12",
  "description": "A library for encrypting data using RSA-OAEP for SSO authentication.",
  "keywords": [
    "encryption",
    "decryption",
    "aes-256-cbc",
    "web",
    "crypto",
    "browser",
    "cdn",
    "sso",
    "evital"
  ],
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config webpack.config.cjs"
  },
  "author": "Khush Shah",
  "license": "ISC",
  "devDependencies": {
    "webpack": "^5.96.1",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "crypto": "^1.0.1",
    "node-forge": "^1.3.1",
    "path-browserify": "^1.0.1"
  }
}
