mirror of
https://github.com/bitwarden/server.git
synced 2026-02-16 22:03:15 +08:00
33 lines
914 B
JSON
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"
|
|
}
|
|
}
|