mlcl_mailer
Version:
Mailer plugin for molecuel
91 lines (90 loc) • 3.04 kB
JSON
{
"name": "mlcl_mailer",
"version": "0.8.0",
"description": "Mailer plugin for molecuel",
"main": "src/index.js",
"scripts": {
"tslint": "./node_modules/.bin/tslint --project tsconfig.json",
"ts": "./node_modules/.bin/tsc -p .",
"build": "npm run tslint && npm run ts",
"mocha": "./node_modules/.bin/mocha",
"mocha_debug": "./node_modules/.bin/mocha --debug-brk",
"test": "npm run mocha",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha && npm run remap && npm run remaphtml && npm run remaplcov",
"remap": "./node_modules/.bin/remap-istanbul -i coverage/coverage.json -o coverage/coverage-remap.json",
"remaphtml": "./node_modules/.bin/remap-istanbul -i coverage/coverage.json -o coverage/html -t html",
"remaplcov": "./node_modules/.bin/remap-istanbul -i coverage/coverage.json -o coverage/lcov-remap.info -t lcovonly",
"coveralls": "npm run cover && cat ./coverage/lcov-remap.info | coveralls",
"createdoc": "./node_modules/.bin/typedoc --gaID UA-89800241-1 --out ./docs --target es6 --mode file --ignoreCompilerErrors",
"publishdocs": "./node_modules/.bin/gh-pages -d docs",
"docs": "npm run createdoc && npm run publishdocs",
"2npm": "./node_modules/.bin/publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/molecuel/mlcl_mailer.git"
},
"keywords": [
"smtp",
"mailer",
"molecuel",
"framework"
],
"author": "Dominic Böttger <Dominic.Boettger@inspirationlabs.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/molecuel/mlcl_mailer/issues"
},
"typings": "dist/index.d.ts",
"homepage": "https://github.com/molecuel/mlcl_mailer#readme",
"devDependencies": {
"@types/amqplib": "^0.5.0",
"@types/async": "^2.0.34",
"@types/aws-sdk": "0.0.42",
"@types/del": "^2.2.31",
"@types/express-handlebars": "0.0.29",
"@types/glob": "^5.0.30",
"@types/handlebars": "^4.0.31",
"@types/html-to-text": "^1.4.28",
"@types/lodash": "^4.14.158",
"@types/merge2": "^0.3.29",
"@types/minimatch": "^2.0.29",
"@types/mocha": "^2.2.33",
"@types/node": "^14.0.27",
"@types/q": "0.0.32",
"@types/uuid": "^2.0.29",
"@types/vinyl": "^1.2.30",
"@types/when": "^2.4.28",
"assert": ">=0.0.1",
"del": "^2.2.0",
"merge2": "^1.0.1",
"mlcl_i18n": "^0.3.3",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.2.0",
"nock": "^9.0.13",
"publish": "^0.6.0",
"remap-istanbul": "^0.9.3",
"should": "13.0.1",
"simplesmtp": "^0.3.35",
"supertest": "^1.2.0",
"tslint": "^5.3.2",
"typedoc": "^0.5.1",
"typescript": "^2.3.3"
},
"dependencies": {
"async": "^2.1.5",
"handlebars": "^4.0.5",
"handlebars-helpers": "^0.7.3",
"html-to-text": "^2.1.0",
"nodemailer": ">=4.0.1",
"nodemailer-ses-transport": ">=1.5.1",
"uuid": "^3.0.0"
},
"devconfig": {
"paths": {
"testsource": "test/**/*.ts",
"source": "src/**/*.ts",
"dist": "dist/"
}
}
}