Files
yaak/plugins/auth-jwt/package.json
Gregory Schier 6c0f9377cd Fix plugin builds
2025-07-07 14:17:47 -07:00

19 lines
402 B
JSON

{
"name": "@yaak/auth-jwt",
"displayName": "JWT Authentication",
"description": "Authenticate requests using JSON web tokens (JWT)",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint": "tsc --noEmit"
},
"dependencies": {
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.7"
}
}