update tsconfig
This commit is contained in:
14
package.json
14
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user