@itentialopensource/adapter-email
Version:
Email notification adapter
61 lines (60 loc) • 1.87 kB
JSON
{
"name": "@itentialopensource/adapter-email",
"version": "4.8.0",
"description": "Email notification adapter",
"main": "adapter.js",
"wizardVersion": "2.44.7",
"engineVersion": "1.69.14",
"adapterType": "Library",
"scripts": {
"lint": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js",
"lint:errors": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js --quiet",
"test:unit": "mocha test/unit/*",
"test:integration": "mocha test/integration/*",
"test": "npm run test:unit && npm run test:integration",
"test:api": "echo 'No REST API tests at this time.'",
"test:func": "echo 'No functional tests at this time.'",
"deploy": "npm publish --registry=https://registry.npmjs.org --access=public",
"build": "npm run deploy"
},
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">=14.17.3",
"npm": ">=6.14.15"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:itentialopensource/adapters/adapter-email.git"
},
"author": "Itential",
"homepage": "https://git@gitlab.com:itentialopensource/adapters/adapter-email#readme",
"keywords": [
"Itential",
"Itential Platform",
"Automation",
"Integration",
"Adapter",
"Notifications",
"Email",
"Messaging"
],
"dependencies": {
"imapflow": "1.0.184",
"jsonschema": "1.4.1",
"nodemailer": "6.10.0",
"mocha": "10.7.0",
"winston": "3.13.1"
},
"devDependencies": {
"chai": "4.5.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.1",
"mochawesome": "7.1.3",
"testdouble": "3.18.0"
}
}