UNPKG

@yash112/jwt-library

Version:

Encode, Decode & Validate JSON Web Token (JWTs)

28 lines 650 B
{ "name": "@yash112/jwt-library", "version": "1.0.7", "publishConfig": { "access": "public" }, "description": "Encode, Decode & Validate JSON Web Token (JWTs)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "build": "tsc" }, "keywords": ["jwt", "JWTs", "JSON Web Tokens", "authentication"], "author": "Yash Mangal", "license": "ISC", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.14.12", "jest": "^29.7.0", "ts-jest": "^29.2.3", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, "dependencies": { "base64url": "^3.0.1" } }