UNPKG

krypton-grapher

Version:

Krypton Grapher is a lightweight JavaScript library for encrypting and decrypting text with ease. It offers simple APIs for implementing text security in your applications, whether for personal projects or professional use. Designed with flexibility an

45 lines (44 loc) 1.32 kB
{ "name": "krypton-grapher", "version": "1.0.5", "description": "Krypton Grapher is a lightweight JavaScript library for encrypting and decrypting text with ease. It offers simple APIs for implementing text security in your applications, whether for personal projects or professional use. Designed with flexibility and performance in mind, Krypton Grapher is suitable for both frontend and backend environments.", "homepage": "https://github.com/Maksym-Ryaboshapka/krypton-grapher#readme", "bugs": { "url": "https://github.com/Maksym-Ryaboshapka/krypton-grapher/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Maksym-Ryaboshapka/krypton-grapher.git" }, "license": "MIT", "author": "Maksym Ryaboshapka", "type": "module", "main": "index.js", "keywords": [ "encryption", "decryption", "cryptography", "cipher", "text encryption", "text decryption", "secure text", "crypto", "data security", "crypto library", "text processing", "npm package", "frontend security", "backend security", "encoding", "decoding", "hashing", "krypton", "security tools" ], "scripts": { "build": "npx terser src/index.js -o index.js --mangle" }, "devDependencies": { "terser": "^5.37.0" } }