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

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartimap',
version: '1.1.0',
description: 'A Node.js library for event-driven streaming and parsing of IMAP email messages.'
}