@anikin/parcel-transformer-handlebars-precompile
Version:
Precompile handlebars templates into javascript allowing them to be imported as a regular javascript source
27 lines (26 loc) • 659 B
JSON
{
"name": "@anikin/parcel-transformer-handlebars-precompile",
"version": "1.0.1",
"description": "Precompile handlebars templates into javascript allowing them to be imported as a regular javascript source",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anikinaa/parcel-transformer-handlebars-precompile"
},
"license": "ISC",
"engines": {
"parcel": "2.x"
},
"peerDependencies": {
"handlebars": "^4.7.7"
},
"author": "Andrey Anikin",
"keywords": [
"parcel2",
"handlebars",
"precompile"
]
}