@scarafone/cryptography
Version:
Cryptographic wrapper functions built around the `Node:Crypto` package
20 lines (19 loc) • 449 B
JSON
{
"name": "@scarafone/cryptography",
"version": "1.2.0",
"description": "Cryptographic wrapper functions built around the `Node:Crypto` package",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"Cryptographic",
"cryptography",
"Crypto"
],
"author": "Brent Scarafone",
"license": "MIT",
"dependencies": {
"@scarafone/files-helper": "^0.0.9"
}
}