{
  "name": "kscryp",
  "version": "1.0.19",
  "description": "Cryptography package with support for: JWT, RSA, MD5, SHA, Base64, HEX, JSON, Basic",
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "publish": "npm login && npm publish",
    "type": "npx -p typescript tsc ./index.js --target ES2022 --module commonjs --declaration --allowJs --emitDeclarationOnly --outDir types"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ameksike/kscryp.git"
  },
  "author": {
    "name": "Antonio Membrides Espinosa",
    "email": "tonykssa@gmail.com",
    "url": "https://github.com/ameksike"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ameksike/kscryp/issues"
  },
  "devDependencies": {
    "jest": "^26.6.3"
  },
  "homepage": "https://github.com/ameksike/kscryp#readme",
  "keywords": [
    "ksike",
    "ksdp",
    "kscryp",
    "cryptography",
    "encoder",
    "decoder",
    "totp",
    "json",
    "jwt",
    "rsa",
    "x509",
    "certificate",
    "hash",
    "sha256",
    "md5",
    "base64",
    "base32",
    "hex"
  ],
  "dependencies": {
    "jsonwebtoken": "^9.0.2",
    "ksdp": "^1.2.13",
    "md5": "^2.3.0",
    "node-forge": "^1.3.1"
  }
}
