@jsreport/jsreport-handlebars
Version:
jsreport handlebars templating engine
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "@jsreport/jsreport-handlebars",
"version": "4.1.0",
"description": "jsreport handlebars templating engine",
"keywords": [
"jsreport",
"handlebars"
],
"homepage": "https://github.com/jsreport/jsreport/tree/master/packages/jsreport-handlebars",
"repository": {
"type": "git",
"url": "git@github.com:jsreport/jsreport.git"
},
"license": "LGPL",
"author": "Jan Blaha",
"files": [
"lib",
"async-helpers",
"index.js",
"jsreport.config.js"
],
"scripts": {
"start": "jsreport-studio-start --httpPort 4300",
"test": "mocha test --timeout=5000 && standard"
},
"devDependencies": {
"@jsreport/jsreport-core": "4.8.0",
"@jsreport/studio-dev": "4.1.0",
"handlebars": "4.7.7",
"mocha": "10.1.0",
"should": "13.2.3",
"standard": "16.0.4"
},
"peerDependencies": {
"handlebars": "4.x.x"
},
"engines": {
"node": ">=22.18"
},
"standard": {
"env": {
"node": true,
"mocha": true
}
}
}