@mindbaz/zonemta-auth-boundary
Version:
Authentication with Boundary (Hashicorp) for ZoneMTA
37 lines (36 loc) • 982 B
JSON
{
"name": "@mindbaz/zonemta-auth-boundary",
"version": "0.0.0",
"description": "Authentication with Boundary (Hashicorp) for ZoneMTA",
"main": "index.js",
"author": "Valentin Henon <vhenon@mindbaz.com>",
"license": "GPL-3.0-or-later",
"dependencies": {
"request": "2.88.2"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.10.0",
"eslint-config-nodemailer": "^1.2.0",
"eslint-config-prettier": "^8.4.0",
"sinon": "^13.0.1"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "make tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mindbaz/zonemta-auth-boundary.git"
},
"keywords": [
"zonemta",
"boundary"
],
"bugs": {
"url": "https://github.com/Mindbaz/zonemta-auth-boundary/issues"
},
"homepage": "https://github.com/Mindbaz/zonemta-auth-boundary#readme"
}