update tsconfig

This commit is contained in:
2024-04-14 18:40:21 +02:00
parent 04d6240ffb
commit 1d3786f2ce
4 changed files with 124 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/webjwt",
"version": "1.0.9",
"private": false,
"description": "a package to handle jwt in the web",
"description": "A package for handling JWTs in web environments.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -39,5 +39,15 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"jwt",
"web",
"authentication",
"security",
"token parsing",
"JSON Web Tokens",
"smartstring",
"typescript"
]
}
}