@developer.nijat/crypto-utils
Version:
Cross-runtime AES-GCM encryption utils for Node.js, React, and Edge
28 lines (27 loc) • 640 B
JSON
{
"name": "@developer.nijat/crypto-utils",
"version": "1.0.4",
"description": "Cross-runtime AES-GCM encryption utils for Node.js, React, and Edge",
"main": "src/index.js",
"exports": {
".": "./src/index.js"
},
"type": "module",
"keywords": [
"aes",
"crypto",
"webcrypto",
"aes-gcm",
"encryption",
"react",
"nodejs",
"nextjs"
],
"homepage": "https://github.com/Developer-Nijat/Cross-runtime-AES-GCM-encryption",
"repository": {
"type": "git",
"url": "https://github.com/Developer-Nijat/Cross-runtime-AES-GCM-encryption"
},
"author": "Nijat Aliyev",
"license": "MIT"
}