Files
yaak/plugins/auth-bearer/package.json
2025-07-06 12:47:13 -07:00

13 lines
305 B
JSON

{
"name": "@yaak/auth-bearer",
"displayName": "Bearer Authentication",
"description": "Authenticate requests using bearer authentication",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build ./src/index.ts",
"dev": "yaakcli dev",
"lint": "tsc --noEmit"
}
}