43 lines
945 B
JSON
43 lines
945 B
JSON
{
|
|
"name": "@pushrocks/smartsmtp",
|
|
"version": "2.0.0",
|
|
"private": false,
|
|
"description": "a module for handling smtp stuff",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web --allowimplicitany)"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.65",
|
|
"@gitzone/tstest": "^1.0.73",
|
|
"@pushrocks/qenv": "^5.0.2",
|
|
"@pushrocks/tapbundle": "^5.0.4",
|
|
"@types/node": "^18.6.4"
|
|
},
|
|
"dependencies": {
|
|
"@pushrocks/smartmail": "^1.0.18",
|
|
"@types/nodemailer": "^6.4.5",
|
|
"nodemailer": "^6.7.7"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
]
|
|
}
|