{ "name": "@push.rocks/smartmail", "version": "2.0.0", "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": "Lossless GmbH", "license": "UNLICENSED", "scripts": { "test": "(tstest test/)", "format": "(gitzone format)", "build": "(tsbuild tsfolders --allowimplicitany)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.3.2", "@git.zone/tsrun": "^1.3.3", "@git.zone/tstest": "^1.0.96", "@push.rocks/tapbundle": "^6.0.3", "@types/node": "^22.15.14" }, "dependencies": { "@push.rocks/smartdns": "^6.2.2", "@push.rocks/smartfile": "^11.2.0", "@push.rocks/smartmustache": "^3.0.2", "@push.rocks/smartpath": "^5.0.11", "@push.rocks/smartrequest": "^2.0.18" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.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" }, "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" }