{ "name": "@push.rocks/smartmail", "version": "2.2.1", "private": false, "description": "A unified format for representing and dealing with emails, with support for attachments and email validation.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --verbose)", "build": "tsbuild", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/smartdns": "^7.9.0", "@push.rocks/smartfile": "^13.1.3", "@push.rocks/smartmustache": "^3.0.2", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartrequest": "^5.0.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "keywords": [ "email handling", "email validation", "email formatting", "typescript", "email attachment", "smartmail", "email development", "email template", "disposable email detection", "freemail detection" ], "homepage": "https://code.foss.global/push.rocks/smartmail", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartmail.git" }, "bugs": { "url": "https://code.foss.global/push.rocks/smartmail/issues" }, "packageManager": "pnpm@10.28.2" }