update tsconfig

This commit is contained in:
2024-04-14 17:47:00 +02:00
parent 24757ecc53
commit 45092b36f4
4 changed files with 102 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartkey",
"version": "1.0.6",
"private": false,
"description": "handle private/public key creation",
"description": "Handles the creation and management of private/public key pairs.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
@@ -22,5 +22,14 @@
},
"dependencies": {
"@pushrocks/smartpromise": "^2.0.5"
}
},
"keywords": [
"cryptography",
"security",
"keypair",
"public key",
"private key",
"encryption",
"decryption"
]
}