{ "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" } }