{ "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. (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" } }