48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@polymech/mail",
|
|
"version": "0.2.0",
|
|
"main": "dist-in/index.js",
|
|
"typings": "dist-in/index.d.ts",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bin": {
|
|
"osr-mail": "dist-in/main.js"
|
|
},
|
|
"dependencies": {
|
|
"@polymech/commons": "file:../commons",
|
|
"@polymech/core": "file:../core",
|
|
"@polymech/fs": "file:../fs",
|
|
"@polymech/log": "file:../log",
|
|
"@types/node": "^22.19.7",
|
|
"@types/nodemailer": "^7.0.9",
|
|
"@types/yargs": "^17.0.35",
|
|
"imapflow": "^1.2.7",
|
|
"nodemailer": "^7.0.13",
|
|
"tslog": "^4.10.2",
|
|
"yargs": "^18.0.0"
|
|
},
|
|
"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"
|
|
]
|
|
} |