typescript-auth
Version:
Authentication package using JSON Web Tokens (JWT) in TypeScript.
31 lines (30 loc) • 665 B
JSON
{
"name": "typescript-auth",
"version": "1.1.2",
"description": "Authentication package using JSON Web Tokens (JWT) in TypeScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Parth Asawa <parthasawa100@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/parthasawa100/typescript-auth.git"
},
"scripts": {
"build": "tsc"
},
"dependencies": {
"@types/jsonwebtoken": "^9.0.6",
"jsonwebtoken": "^9.0.2"
},
"keywords": [
"typescript",
"authentication",
"JWT",
"JSON Web Token",
"auth",
"security",
"token",
"typescript-auth"
]
}