{
  "name": "simple-free-encryption-tool",
  "version": "4.0.3",
  "description": "Simple Free RSA / AES Encryption and Decryption",
  "main": "index.js",
  "scripts": {
    "build": "npm run test && esbuild src/windowSfet.js --bundle --platform=browser --outfile=dist/js/windowSfet.js && echo 'Build complete.'",
    "test": "jest --coverage && coverage-badge-creator",
    "package-upgrade": "npx npm-check-updates -u"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/therightstuff/simple-free-encryption-tool.git"
  },
  "keywords": [
    "security",
    "encrypt",
    "encryption",
    "decrypt",
    "decryption",
    "signing",
    "signature",
    "verify",
    "verification",
    "rsa",
    "aes",
    "base64",
    "node",
    "browser",
    "html5",
    "javascript",
    "js",
    "free",
    "simple"
  ],
  "author": "therightstuff",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/therightstuff/simple-free-encryption-tool/issues"
  },
  "homepage": "https://github.com/therightstuff/simple-free-encryption-tool#readme",
  "dependencies": {
    "js-sha256": "^1.0.0",
    "md5": "^2.3.0",
    "node-rsa": "^2.0.0"
  },
  "devDependencies": {
    "coverage-badge-creator": "^2.2.0",
    "esbuild": "^0.28.1",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1"
  },
  "files": [
    "/src",
    "index.js"
  ]
}
