Files
yaak/plugins/auth-basic/package.json
Gregory Schier 6c0f9377cd Fix plugin builds
2025-07-07 14:17:47 -07:00

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"
}
}