UNPKG

htl-loader

Version:

Webpack loader for HTL/Sightly templates

38 lines (37 loc) 954 B
{ "name": "htl-loader", "version": "4.1.0", "description": "Webpack loader for HTL/Sightly templates", "main": "index.js", "scripts": { "test": "mocha test/*.test.js", "example": "webpack --config example/webpack.config.js", "example-serve": "webpack serve --config example/webpack.config.js", "format": "prettier --write \"**/*.js\"", "release": "np", "prepare": "husky install" }, "keywords": [ "htl", "sightly" ], "author": "Thomas Jaggi @backflip", "repository": "github:backflip/htl-loader", "license": "MIT", "devDependencies": { "@adobe/htlengine": "^6.4.0", "fs-extra": "^10.0.0", "husky": "^7.0.0", "mocha": "^9.1.3", "np": "^7.6.0", "prettier": "^2.5.1", "pretty-quick": "^3.1.3", "webpack": "^5.65.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.4" }, "peerDependencies": { "@adobe/htlengine": "^6.4.0", "webpack": "^5" } }