mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-06 08:57:46 +00:00
03c6a6734e
I have updated all references of "Impress" to "Meet" in the tsclient. Also, I forgot to rename the repository link in the mail package.json, my bad, it's fixed.
23 lines
609 B
JSON
23 lines
609 B
JSON
{
|
|
"name": "mail_mjml",
|
|
"version": "0.1.0",
|
|
"description": "An util to generate html and text django's templates from mjml templates",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@html-to/text-cli": "0.5.4",
|
|
"mjml": "4.15.3"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build-mjml-to-html": "bash ./bin/mjml-to-html",
|
|
"build-html-to-plain-text": "bash ./bin/html-to-plain-text",
|
|
"build": "yarn build-mjml-to-html && yarn build-html-to-plain-text"
|
|
},
|
|
"volta": {
|
|
"node": "16.15.1"
|
|
},
|
|
"repository": "https://github.com/numerique-gouv/meet",
|
|
"author": "DINUM",
|
|
"license": "MIT"
|
|
}
|