@mhoc/axios-digest-auth
Version:
axios-like http digest auth
22 lines (21 loc) • 494 B
JSON
{
"name": "@mhoc/axios-digest-auth",
"description": "axios-like http digest auth",
"version": "0.8.0",
"homepage": "https://github.com/mhoc/axios-digest-auth",
"license": "MIT",
"main": "./dist",
"scripts": {
"build": "./node_modules/.bin/tsc",
"test": "tsc && mocha",
"docs:serve": "cd docs && mkdocs serve"
},
"dependencies": {
"axios": "0.22.0"
},
"devDependencies": {
"@types/node": "16.10.2",
"mocha": "9.1.2",
"typescript": "4.4.3"
}
}