update tsconfig

This commit is contained in:
2024-04-14 17:46:22 +02:00
parent 54c1eea2b2
commit 788f9ae268
4 changed files with 169 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartjwt",
"version": "2.0.4",
"private": false,
"description": "a package for handling jwt",
"description": "A JavaScript package for creating and verifying JWTs with strong typing support.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -39,5 +39,17 @@
"browserslist": [
"last 1 chrome versions"
],
"type": "module"
}
"type": "module",
"keywords": [
"jwt",
"jsonwebtoken",
"authentication",
"security",
"typescript",
"crypto",
"public key",
"private key",
"token validation",
"token creation"
]
}