feat(core): Enhance package with detailed documentation and updated npm metadata

This commit is contained in:
2024-09-19 12:59:14 +02:00
parent a8ca492691
commit 988824629a
6 changed files with 416 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartimap",
"version": "1.0.1",
"private": false,
"description": "stream messages over imap",
"description": "A Node.js library for event-driven streaming and parsing of IMAP email messages.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -49,5 +49,20 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"imap",
"email",
"streaming",
"mailparser",
"email-client",
"nodejs",
"event-driven",
"automation",
"message-stream",
"filter",
"inbox",
"connection",
"message processing"
]
}