UNPKG
node-expose-sspi-strict
Version:
latest (0.1.1)
0.1.1
0.1.0
Expose the Microsoft Windows SSPI interface in order to do NTLM and Kerberos authentication.
node-expose-sspi-strict
/
src
/
tsconfig.json
8 lines
(7 loc)
•
115 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../dist"
}
,
"files"
:
[
"./index.ts"
]
}