jstink
Version:
A simple, easy-to-use Javascript crytopgraphy library.
35 lines (34 loc) • 732 B
JSON
{
"name": "jstink",
"version": "1.2.8",
"description": "A simple, easy-to-use Javascript crytopgraphy library.",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"author": "Andy Caine",
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
},
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"@aws-sdk/client-kms": "^3.777.0",
"google-protobuf": "^3.21.4"
},
"repository": {
"type": "git",
"url": "https://github.com/andycaine/jstink"
},
"keywords": [
"cryptography",
"aes",
"gcm",
"tink",
"crypto",
"encryption",
"decryption"
]
}