1
0
mirror of https://github.com/bitwarden/server synced 2026-02-16 16:59:03 +00:00
Files
server/src/Core/MailTemplates/Mjml/package.json
2026-02-02 15:43:04 +00:00

33 lines
914 B
JSON

{
"name": "@bitwarden/mjml-emails",
"version": "1.0.0",
"description": "Email templates for Bitwarden",
"private": true,
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/server.git"
},
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/bitwarden/server/issues"
},
"homepage": "https://bitwarden.com",
"scripts": {
"build": "node ./build.js",
"build:hbs": "node ./build.js --hbs",
"build:minify": "node ./build.js --hbs --minify",
"build:watch": "nodemon ./build.js --watch emails --watch components --ext mjml,js",
"prettier": "prettier --cache --write ."
},
"dependencies": {
"mjml": "4.15.3",
"mjml-core": "4.15.3"
},
"devDependencies": {
"nodemon": "3.1.10",
"prettier": "3.8.1"
}
}