jsreport
Version:
javascript based business reporting
105 lines (104 loc) • 2.9 kB
JSON
{
"name": "jsreport",
"version": "4.11.0",
"description": "javascript based business reporting",
"keywords": [
"report",
"business",
"javascript"
],
"homepage": "https://github.com/jsreport/jsreport",
"bugs": {
"url": "https://github.com/jsreport/jsreport/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:jsreport/jsreport.git"
},
"license": "LGPL",
"author": {
"name": "Jan Blaha",
"email": "jan.blaha@hotmail.com"
},
"contributors": [
{
"name": "BJR Matos",
"email": "bjrmatos@gmail.com",
"url": "https://github.com/bjrmatos"
},
{
"name": "Jan Blaha"
}
],
"main": "index.js",
"files": [
"lib",
"index.js",
"example.server.js"
],
"scripts": {
"test": "mocha test/specs.js --timeout 35000 && standard"
},
"dependencies": {
"@jsreport/jsreport-assets": "4.3.0",
"@jsreport/jsreport-authentication": "4.3.0",
"@jsreport/jsreport-authorization": "4.2.0",
"@jsreport/jsreport-base": "4.1.0",
"@jsreport/jsreport-browser-client": "4.2.0",
"@jsreport/jsreport-child-templates": "4.2.0",
"@jsreport/jsreport-chrome-pdf": "4.4.0",
"@jsreport/jsreport-cli": "4.2.0",
"@jsreport/jsreport-components": "4.1.0",
"@jsreport/jsreport-core": "4.8.0",
"@jsreport/jsreport-data": "4.2.0",
"@jsreport/jsreport-docx": "4.10.0",
"@jsreport/jsreport-express": "4.3.0",
"@jsreport/jsreport-freeze": "4.1.0",
"@jsreport/jsreport-fs-store": "4.2.0",
"@jsreport/jsreport-handlebars": "4.1.0",
"@jsreport/jsreport-html-to-xlsx": "4.3.0",
"@jsreport/jsreport-import-export": "4.1.0",
"@jsreport/jsreport-jsrender": "4.1.0",
"@jsreport/jsreport-licensing": "4.1.0",
"@jsreport/jsreport-localization": "4.1.0",
"@jsreport/jsreport-npm": "4.1.0",
"@jsreport/jsreport-pdf-utils": "4.5.1",
"@jsreport/jsreport-pptx": "4.5.0",
"@jsreport/jsreport-public-templates": "4.1.0",
"@jsreport/jsreport-reports": "4.2.0",
"@jsreport/jsreport-sample-template": "4.1.0",
"@jsreport/jsreport-scheduling": "4.2.0",
"@jsreport/jsreport-scripts": "4.3.0",
"@jsreport/jsreport-static-pdf": "4.2.0",
"@jsreport/jsreport-studio": "4.4.0",
"@jsreport/jsreport-studio-theme-dark": "4.1.0",
"@jsreport/jsreport-tags": "4.1.0",
"@jsreport/jsreport-text": "4.1.0",
"@jsreport/jsreport-version-control": "4.2.0",
"@jsreport/jsreport-xlsx": "4.6.0",
"handlebars": "4.7.7",
"puppeteer": "24.31.0",
"semver": "7.5.4"
},
"devDependencies": {
"mocha": "11.7.5",
"should": "13.2.3",
"standard": "16.0.4"
},
"engines": {
"node": ">=22.18"
},
"jsreport": {
"entryPoint": "server.js"
},
"standard": {
"ignore": [
"data/**"
],
"env": {
"mocha": true,
"browser": true,
"node": true
}
}
}