update tsconfig

This commit is contained in:
2024-04-14 17:26:24 +02:00
parent 3aa4678053
commit 2fff5eec4b
4 changed files with 120 additions and 34 deletions

View File

@ -2,7 +2,7 @@
"name": "@push.rocks/smartcrypto",
"version": "2.0.5",
"private": false,
"description": "easy crypto methods",
"description": "A library providing easy methods for cryptographic operations, including key pair generation.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@ -39,5 +39,16 @@
"browserslist": [
"last 1 chrome versions"
],
"type": "module"
}
"type": "module",
"keywords": [
"cryptography",
"encryption",
"security",
"public key",
"private key",
"RSA",
"key pair generation",
"node-forge",
"typescript"
]
}