UNPKG

@leancodepl/mail-translation

Version:

A command-line tool for processing MJML and plaintext email templates with optional internationalization support

60 lines 1.43 kB
{ "name": "@leancodepl/mail-translation", "version": "9.6.6", "license": "Apache-2.0", "bin": { "mail-translation": "src/bin.js" }, "dependencies": { "intl-messageformat": "^10.7.16", "js-beautify": "^1.15.4", "lilconfig": "^3.1.3", "mjml": "^4.15.3", "tslib": "^2.8.1", "yaml": "^2.8.0", "yargs": "^18.0.0", "zod": "^4.0.5" }, "devDependencies": { "@types/js-beautify": "^1.14.3", "@types/mjml": "^4.7.4", "@types/yaml": "^1.9.7", "@types/yargs": "^17.0.33" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/leancodepl/js_corelibrary.git", "directory": "packages/mail-translation" }, "homepage": "https://github.com/leancodepl/js_corelibrary", "bugs": { "url": "https://github.com/leancodepl/js_corelibrary/issues" }, "description": "A command-line tool for processing MJML and plaintext email templates with optional internationalization support", "keywords": [ "mjml", "email", "templates", "i18n", "internationalization", "kratos", "razor", "cli", "typescript", "leancode" ], "author": { "name": "LeanCode", "url": "https://leancode.co" }, "types": "./src/index.d.ts", "main": "./src/index.js", "type": "commonjs" }