mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-23 22:48:55 -05:00
23 lines
505 B
JSON
23 lines
505 B
JSON
{
|
|
"name": "@yaak/auth-jwt",
|
|
"displayName": "JSON Web Tokens",
|
|
"description": "Authenticate requests using JSON web tokens (JWT)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mountain-loop/yaak.git",
|
|
"directory": "plugins/auth-jwt"
|
|
},
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev"
|
|
},
|
|
"dependencies": {
|
|
"jsonwebtoken": "^9.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsonwebtoken": "^9.0.7"
|
|
}
|
|
}
|