mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-23 22:48:55 -05:00
17 lines
385 B
JSON
17 lines
385 B
JSON
{
|
|
"name": "@yaak/auth-basic",
|
|
"displayName": "Basic Authentication",
|
|
"description": "Authenticate requests using Basic Auth",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mountain-loop/yaak.git",
|
|
"directory": "plugins/auth-basic"
|
|
},
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev"
|
|
}
|
|
}
|