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

13 lines
296 B
JSON

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