smartmail/package.json

65 lines
1.8 KiB
JSON
Raw Normal View History

2018-09-29 23:57:25 +02:00
{
2023-07-10 10:16:18 +02:00
"name": "@push.rocks/smartmail",
2025-05-07 13:18:41 +00:00
"version": "2.0.0",
2018-09-29 23:57:25 +02:00
"private": false,
2024-04-14 17:55:42 +02:00
"description": "A unified format for representing and dealing with emails, with support for attachments and email validation.",
2020-06-18 16:19:22 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-08-07 11:38:07 +02:00
"type": "module",
2018-09-29 23:57:25 +02:00
"author": "Lossless GmbH",
"license": "UNLICENSED",
"scripts": {
"test": "(tstest test/)",
"format": "(gitzone format)",
"build": "(tsbuild tsfolders --allowimplicitany)",
2022-08-07 11:38:07 +02:00
"buildDocs": "tsdoc"
2018-09-29 23:57:25 +02:00
},
"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"
2018-09-29 23:57:25 +02:00
},
2019-10-26 23:45:35 +02:00
"dependencies": {
"@push.rocks/smartdns": "^6.2.2",
"@push.rocks/smartfile": "^11.2.0",
2023-07-28 05:49:44 +02:00
"@push.rocks/smartmustache": "^3.0.2",
"@push.rocks/smartpath": "^5.0.11",
"@push.rocks/smartrequest": "^2.0.18"
2019-10-26 23:45:35 +02:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-06-18 16:24:28 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2019-10-26 23:45:35 +02:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2022-08-07 11:38:07 +02:00
],
"browserslist": [
"last 1 chrome versions"
2024-04-14 17:55:42 +02:00
],
"keywords": [
"email handling",
"email validation",
"email formatting",
"typescript",
"email attachment",
"smartmail",
"email development",
"email template",
"disposable email detection",
"freemail detection"
2024-05-29 14:14:32 +02:00
],
"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"
}