mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 21:53:36 +01:00
13 lines
277 B
JSON
13 lines
277 B
JSON
{
|
|
"name": "@yaak/auth-basic",
|
|
"displayName": "Basic Authentication",
|
|
"description": "Authenticate requests using Basic Auth",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"lint": "tsc --noEmit"
|
|
}
|
|
}
|