mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 05:33:29 +01:00
18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"name": "@yaak/auth-oauth2",
|
|
"displayName": "OAuth 2.0",
|
|
"description": "Authenticate requests using OAuth 2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mountain-loop/yaak.git",
|
|
"directory": "plugins/auth-oauth2"
|
|
},
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"test": "vitest --run tests"
|
|
}
|
|
}
|