{
    "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"
    ]
}
