posthtml-mso
Version:
PostHTML plugin that simplifies writing Outlook conditionals in HTML emails.
54 lines (53 loc) • 1.23 kB
JSON
{
"name": "posthtml-mso",
"description": "PostHTML plugin that simplifies writing Outlook conditionals in HTML emails.",
"version": "3.1.2",
"license": "MIT",
"author": "Cosmin Popovici (https://github.com/cossssmin)",
"bugs": "https://github.com/posthtml/posthtml-mso/issues",
"homepage": "https://github.com/posthtml/posthtml-mso",
"repository": "posthtml/posthtml-mso",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "vitest",
"build": "unbuild",
"prepack": "unbuild",
"release": "npx np",
"test": "vitest run --coverage",
"pretest": "biome lint ./lib ./test"
},
"keywords": [
"mso",
"html",
"html-comments",
"outlook",
"posthtml",
"html-email",
"conditionals",
"posthtml-plugin"
],
"dependencies": {
"posthtml": "^0.16.6"
},
"devDependencies": {
"@biomejs/biome": "2.0.4",
"@vitest/coverage-v8": "^3.0.5",
"unbuild": "^2.0.0",
"vitest": "^3.0.5"
}
}