{
  "name": "axios-ntlm",
  "version": "1.4.6",
  "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.19.124",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "axios": "^1.12.2",
    "des.js": "^1.1.0",
    "dev-null": "^0.1.1",
    "js-md4": "^0.3.2"
  }
}
