forked from unilynx/axios-ntlm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 837 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "axios-ntlm",
"version": "1.3.1",
"description": "An NTLM auth extension to the Axios HTTP library",
"main": "lib/ntlmClient.js",
"types": "lib/ntlmClient.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "CatButtes",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/catbuttes/axios-ntlm.git"
},
"bugs": {
"url": "https://github.com/catbuttes/axios-ntlm/issues"
},
"keywords": [
"axios",
"ntlm",
"authentication",
"windows authentication",
"windows",
"auth"
],
"homepage": "https://buttes.dev/axios-ntlm/",
"devDependencies": {
"@types/node": "^18.11.9",
"typescript": "^4.9.3"
},
"dependencies": {
"axios": "^1.2.0",
"dev-null": "^0.1.1"
}
}