jwt4d/dub.json

13 lines
280 B
JSON

{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2025, Andrew Lalis",
"dependencies": {
"secured": "~>3.0.0"
},
"description": "JSON Web Token library to generate, parse, sign, and verify JWTs.",
"license": "CC0",
"name": "jwt4d",
"targetType": "library"
}