@maxio/tsed-smtp
Version:
Npm TypeScript Package Boilerplate
59 lines (58 loc) • 1.5 kB
JSON
{
"name": "@maxio/tsed-smtp",
"version": "0.0.5",
"description": "Npm TypeScript Package Boilerplate",
"main": "lib/index.js",
"types": "lib/typings/index.d.ts",
"private": false,
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"ts.ed",
"ts-express-decorators",
"smtp",
"mailer",
"send",
"email",
"templates"
],
"author": "mekroth",
"license": "MIT",
"devDependencies": {
"@tsed/common": "^5.27.5",
"@tsed/core": "^5.27.5",
"@tsed/di": "^5.27.5",
"@types/express": "^4.17.1",
"@types/express-serve-static-core": "^4.16.9",
"@types/jest": "^24.0.11",
"@types/node": "^12.7.3",
"@types/nodemailer": "^6.2.1",
"@types/pug": "^2.0.4",
"jest": "^24.5.0",
"prettier": "^1.16.4",
"ts-jest": "^24.0.0",
"ts-log-debug": "^5.1.0",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.2"
},
"peerDependencies": {
"@tsed/common": "^5.27.5",
"@tsed/core": "^5.27.5",
"@tsed/di": "^5.27.5"
},
"repository": {},
"dependencies": {
"@maxio/tsed-configure": "^1.0.7",
"nodemailer": "^6.3.0",
"pug": "^2.0.4"
}
}