UNPKG

jsreport

Version:

javascript based business reporting

105 lines (104 loc) 2.9 kB
{ "name": "jsreport", "version": "3.11.3", "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": "3.6.0", "@jsreport/jsreport-authentication": "3.4.0", "@jsreport/jsreport-authorization": "3.3.0", "@jsreport/jsreport-base": "3.0.1", "@jsreport/jsreport-browser-client": "3.1.1", "@jsreport/jsreport-child-templates": "3.1.0", "@jsreport/jsreport-chrome-pdf": "3.3.0", "@jsreport/jsreport-cli": "3.2.3", "@jsreport/jsreport-components": "3.3.0", "@jsreport/jsreport-core": "3.11.4", "@jsreport/jsreport-data": "3.1.0", "@jsreport/jsreport-docx": "3.7.1", "@jsreport/jsreport-express": "3.7.1", "@jsreport/jsreport-freeze": "3.0.1", "@jsreport/jsreport-fs-store": "3.2.4", "@jsreport/jsreport-handlebars": "3.2.1", "@jsreport/jsreport-html-to-xlsx": "3.3.1", "@jsreport/jsreport-import-export": "3.2.0", "@jsreport/jsreport-jsrender": "3.0.0", "@jsreport/jsreport-licensing": "3.0.3", "@jsreport/jsreport-localization": "3.2.2", "@jsreport/jsreport-npm": "3.1.2", "@jsreport/jsreport-pdf-utils": "3.9.0", "@jsreport/jsreport-pptx": "3.4.0", "@jsreport/jsreport-public-templates": "3.0.0", "@jsreport/jsreport-reports": "3.1.1", "@jsreport/jsreport-sample-template": "3.2.1", "@jsreport/jsreport-scheduling": "3.0.3", "@jsreport/jsreport-scripts": "3.4.1", "@jsreport/jsreport-static-pdf": "3.0.1", "@jsreport/jsreport-studio": "3.9.2", "@jsreport/jsreport-studio-theme-dark": "3.0.1", "@jsreport/jsreport-tags": "3.1.1", "@jsreport/jsreport-text": "3.0.0", "@jsreport/jsreport-version-control": "3.1.2", "@jsreport/jsreport-xlsx": "3.4.0", "handlebars": "4.7.7", "puppeteer": "16.1.0", "semver": "6.3.0" }, "devDependencies": { "mocha": "10.1.0", "should": "13.2.3", "standard": "16.0.4" }, "engines": { "node": ">=16.11" }, "jsreport": { "entryPoint": "server.js" }, "standard": { "ignore": [ "data/**" ], "env": { "mocha": true, "browser": true, "node": true } } }