UNPKG

rollup-plugin-handlebars-plus

Version:

Rollup plugin to compile Handlebars templates including support for partials and more.

66 lines (65 loc) 2.01 kB
{ "name": "rollup-plugin-handlebars-plus", "version": "0.4.2", "description": "Rollup plugin to compile Handlebars templates including support for partials and more.", "main": "src/index.js", "scripts": { "ci": "npm run lint", "ci:commitlint": "commitlint-jenkins --pr-only", "lint": "eslint .", "prepublishOnly": "if [ \"$CI\" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi", "semantic-release": "semantic-release", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mixmaxhq/rollup-plugin-handlebars-plus.git" }, "keywords": [ "rollup", "plugin", "Handlebars", "templates", "partials", "jQuery" ], "author": "Jeff Wear <jeff@mixmax.com> (https://mixmax.com)", "license": "MIT", "bugs": { "url": "https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/issues" }, "homepage": "https://github.com/mixmaxhq/rollup-plugin-handlebars-plus#readme", "dependencies": { "handlebars": "^4.6.0" }, "devDependencies": { "@commitlint/cli": "^9.1.2", "@commitlint/config-conventional": "^9.1.2", "@mixmaxhq/commitlint-jenkins": "^1.5.1", "@mixmaxhq/git-hooks": "^1.1.1", "@mixmaxhq/prettier-config": "^1.0.0", "@mixmaxhq/semantic-release-config": "^2.0.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.8.1", "eslint-config-mixmax": "^4.11.1", "prettier": "^2.1.1", "semantic-release": "^16.0.4" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" }, "manualPublishMessage": "This repository is configured to use semantic-release for its releases. Please do not release manually.\n" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release": { "extends": "@mixmaxhq/semantic-release-config" }, "publishConfig": { "access": "public" } }