mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-19 17:17:50 +01:00
21 lines
497 B
JSON
21 lines
497 B
JSON
{
|
|
"name": "@yaak/auth-ntlm",
|
|
"displayName": "NTLM Authentication",
|
|
"description": "Authenticate requests using NTLM authentication",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mountain-loop/yaak.git",
|
|
"directory": "plugins/auth-ntlm"
|
|
},
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"lint": "tsc --noEmit && eslint . --ext .ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"httpntlm": "^1.8.13"
|
|
}
|
|
}
|