UNPKG

topsecret

Version:

Implements encryption/decryption of strings, JSON structures and disk files

39 lines (38 loc) 842 B
{ "name": "topsecret", "version": "0.12.0", "description": "Implements encryption/decryption of strings, JSON structures and disk files", "main": "index.js", "scripts": { "dev": "node_env=dev node --watch index.js", "test": "jest --bail --watch" }, "repository": { "type": "git", "url": "git+https://github.com/miketerry-1030/topsecret.git" }, "keywords": [ "top", "secret", "encrypt", "encryption", "decrypt", "decryption", "AES", "crypto", "cypher", "cryptography", "dotenv", "environment", "variables" ], "author": "Mike Terry", "license": "MIT", "bugs": { "url": "https://github.com/miketerry-1030/topsecret/issues" }, "homepage": "https://github.com/miketerry-1030/topsecret#readme", "devDependencies": { "jest": "^30.4.2" } }