UNPKG

sendmail-client

Version:

Allows you to send mails using your standard Mail Application.

40 lines (39 loc) 893 B
{ "name": "sendmail-client", "version": "0.0.1", "description": "Allows you to send mails using your standard Mail Application.", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/csaq5507/sendmail-client.git" }, "keywords": [ "send", "mail", "standard client", "thunderbird", "outlook", "sendmail", "nodejs", "mapi", "windows" ], "author": "Ivan Waldboth", "license": "MIT", "bugs": { "url": "https://github.com/csaq5507/sendmail-client/issues" }, "homepage": "https://github.com/csaq5507/sendmail-client#readme", "dependencies": { "bindings": "~1.2.1", "node-addon-api": "^1.0.0" }, "gypfile": true, "devDependencies": { "@types/node": "^14.14.37" } }