@plastichub/osr-mail
Version:
This is a CLI(CommandLineInterface) toolset to convert media files
46 lines (45 loc) • 1.18 kB
JSON
{
"name": "@plastichub/osr-mail",
"version": "0.1.6",
"typings": "index.d.ts",
"publishConfig": {
"access": "public"
},
"bin": {
"osr-mail": "main.js"
},
"dependencies": {
"@plastichub/core": "^0.2.6",
"@plastichub/fs": "^0.13.41",
"@plastichub/osr-commons": "^0.5.2",
"@types/node": "^22.10.2",
"imapflow": "^1.0.164",
"nodemailer": "^6.9.15",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/nodemailer": "^6.4.16"
},
"scripts": {
"test": "tsc; mocha --full-trace mocha \"spec/**/*.spec.js\"",
"test-with-coverage": "istanbul cover node_modules/.bin/_mocha -- 'spec/**/*.spec.js'",
"lint": "tslint --project=./tsconfig.json",
"build": "tsc -p .",
"dev": "tsc -p . --declaration -w",
"typings": "tsc --declaration",
"docs": "npx typedoc src/index.ts",
"dev-test-watch": "mocha-typescript-watch"
},
"homepage": "https://git.osr-plastic.org/osr-plastic/osr-media",
"repository": {
"type": "git",
"url": "://git.osr-plastic.org/osr-plastic/osr-media.git"
},
"engines": {
"node": ">= 14.0.0"
},
"license": "BSD-3-Clause",
"keywords": [
"typescript"
]
}