Added: - ✨(backend) add server-to-server API endpoint to create documents - ✨(email) white brand email - ✨(y-provider) create a markdown converter endpoint Changed: - ⚡️(docker) improve y-provider image Fixed: - ⚡️(e2e) reduce flakiness on e2e tests
23 lines
613 B
JSON
23 lines
613 B
JSON
{
|
|
"name": "mail_mjml",
|
|
"version": "1.10.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/impress",
|
|
"author": "DINUM",
|
|
"license": "MIT"
|
|
}
|