multi-authify
Version:
A flexible JWT-based authentication package for Node.js, supporting multiple authentication strategies.
42 lines (41 loc) • 1.19 kB
JSON
{
"name": "multi-authify",
"version": "1.0.1",
"description": "A flexible JWT-based authentication package for Node.js, supporting multiple authentication strategies.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"No test specified\" && exit 1"
},
"keywords": [
"jwt",
"authentication",
"middleware",
"nodejs",
"multi-auth",
"flexible"
],
"author": "Arsalan Ahmad <thepeacedevelopers@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arsalanahmad123/multiauthify.git"
},
"bugs": {
"url": "https://github.com/arsalanahmad123/multiauthify/issues"
},
"homepage": "https://github.com/arsalanahmad123/multiauthify#readme",
"dependencies": {
"dotenv": "^16.4.7",
"jsonwebtoken": "^9.0.2",
"express": "^4.17.1"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.10.1",
"typescript": "^5.7.2"
},
"readme": "README.md"
}