{
  "name": "@ohos/emailjs",
  "version": "1.0.3-rc.0",
  "type": "module",
  "types": "",
  "description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server",
  "main": "index.ts",
  "author": "ohos_tpc",
  "ohos": {
    "org": "opensource"
  },
  "repository": "https://gitcode.com/openharmony-tpc/openharmony_tpc_samples/tree/master/emailjs",
  "license": "MIT",
  "dependencies": {},
  "keywords": [
    "SMTP Protocol",
    "send email",
    "OpenHarmony",
    "HarmonyOS"
  ],
  "tags": [
    "Network",
    "Tool"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}