{ "name": "@push.rocks/smartimap", "version": "1.2.0", "private": false, "description": "A Node.js library for event-driven streaming and parsing of IMAP email messages.", "exports": { ".": "./dist_ts/index.js" }, "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH ", "license": "MIT", "scripts": { "test": "tstest test/", "build": "tsbuild --web", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.3", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "dependencies": { "@types/mailparser": "^3.4.6", "imapflow": "^1.3.3", "mailparser": "^3.9.8" }, "repository": { "type": "git", "url": "git+https://code.foss.global/push.rocks/smartimap.git" }, "bugs": { "url": "https://code.foss.global/push.rocks/smartimap/issues" }, "homepage": "https://code.foss.global/push.rocks/smartimap#readme", "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "keywords": [ "imap", "email", "streaming", "mailparser", "email-client", "nodejs", "event-driven", "automation", "message-stream", "filter", "inbox", "connection", "message processing" ] }