jwt-promisify
Version:
A promisified version of jsonwebtoken with TypeScript support.
39 lines (38 loc) • 828 B
JSON
{
"name": "jwt-promisify",
"version": "1.1.7",
"description": "A promisified version of jsonwebtoken with TypeScript support.",
"main": "index.js",
"scripts": {
"test": "jest --silent"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wgumenyuk/jwt-promisify.git"
},
"keywords": [
"jsonwebtoken",
"jwt",
"token",
"authentication",
"promise",
"asnyc"
],
"author": "Wlad G. Gumenyuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/wgumenyuk/jwt-promisify/issues"
},
"homepage": "https://github.com/wgumenyuk/jwt-promisify#readme",
"files": [
"index.js",
"index.d.ts",
"src"
],
"dependencies": {
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
"jest": "^29.3.1"
}
}