crypt-the-json
Version:
A utility for encrypting and decrypting JSON objects with selective field encryption
35 lines (34 loc) • 769 B
JSON
{
"name": "crypt-the-json",
"version": "1.0.1",
"description": "A utility for encrypting and decrypting JSON objects with selective field encryption",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"encryption",
"crypto",
"json",
"aes",
"security",
"object",
"selective"
],
"author": "",
"license": "MIT",
"dependencies": {
"crypto": "^1.0.1"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darshan-tmx/crypt-the-json.git"
},
"bugs": {
"url": "https://github.com/darshan-tmx/crypt-the-json/issues"
},
"homepage": "https://github.com/darshan-tmx/crypt-the-json#readme"
}