UNPKG

@restorecommerce/handlebars-helperized

Version:

Opinionated handlebars based templating engine for rendering e-mail like content

74 lines (73 loc) 1.98 kB
{ "name": "@restorecommerce/handlebars-helperized", "version": "1.0.1", "description": "Opinionated handlebars based templating engine for rendering e-mail like content", "main": "lib/index.js", "typings": "lib/index.d.ts", "author": "n-fuse GmbH", "repository": { "type": "git", "url": "https://github.com/restorecommerce/handlebars-helperized.git" }, "license": "MIT", "keywords": [ "restore", "commerce", "handlebars", "helpers", "layout", "i18n" ], "dependencies": { "handlebars": "^4.7.7", "handlebars-layouts": "^3.1.4", "juice": "^8.1.0", "lodash": "^4.17.21", "moment-timezone": "^0.5.37", "numbro": "^2.3.6" }, "devDependencies": { "@types/lodash": "^4.14.186", "@types/mocha": "^10.0.0", "@types/node": "^18.8.5", "@types/nodemailer": "^6.4.6", "@types/nodemailer-html-to-text": "^3.1.0", "@types/nodemailer-stub-transport": "^1.1.5", "@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/eslint-plugin-tslint": "^5.40.0", "@typescript-eslint/parser": "^5.40.0", "assert": "^2.0.0", "coveralls": "^3.1.1", "eslint": "^8.25.0", "eslint-plugin-prefer-arrow-functions": "^3.1.4", "is-generator": "^1.0.3", "mocha": "^10.0.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "should": "^13.2.3", "typescript": "^4.8.4" }, "scripts": { "lint": "eslint src --ext .ts ", "pretest": "npm run build", "test": "nyc mocha ./test/* --exit", "build:tsc": "tsc --strict", "build:clean": "rimraf lib", "build": "npm-run-all lint build:clean build:tsc", "lcov-report": "nyc report --reporter=lcov", "coveralls": "nyc --reporter text --reporter lcov npm test" }, "engines": { "node": ">= 8.0.0" }, "nx": { "targets": { "build": { "outputs": [ "./lib" ] } } }, "gitHead": "64f3de896ab288cfa71e66aafe6e01ab3e37af26" }