UNPKG

jstink

Version:

A simple, easy-to-use Javascript crytopgraphy library.

38 lines (37 loc) 796 B
{ "name": "jstink", "version": "1.2.18", "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.1011.0", "google-protobuf": "^3.21.4" }, "repository": { "type": "git", "url": "https://github.com/andycaine/jstink" }, "keywords": [ "cryptography", "aes", "gcm", "tink", "crypto", "encryption", "decryption" ], "overrides": { "fast-xml-parser": "^5.5.6" } }