UNPKG

@jsreport/jsreport-express

Version:
63 lines (62 loc) 1.47 kB
{ "name": "@jsreport/jsreport-express", "version": "4.3.3", "description": "jsreport extension adding API", "keywords": [ "jsreport" ], "homepage": "https://github.com/jsreport/jsreport/tree/master/packages/jsreport-express", "repository": { "type": "git", "url": "git+ssh://git@github.com/jsreport/jsreport.git" }, "license": "LGPL", "author": { "name": "Jan Blaha" }, "files": [ "lib", "certificates", "index.js", "jsreport.config.js" ], "scripts": { "start": "jsreport-studio-start --httpPort 4800", "test": "cross-env DEBUG=jsreport mocha test --timeout 5000 && standard" }, "dependencies": { "@jsreport/multipart": "1.0.0", "archiver": "7.0.1", "body-parser": "1.20.6", "cookie-parser": "1.4.7", "cors": "2.8.5", "express": "4.22.2", "lodash": "4.18.1", "multer": "2.2.0", "serve-static": "1.16.2", "simple-odata-server": "1.2.2", "stream-to-array": "2.3.0", "yauzl": "2.10.0" }, "devDependencies": { "@jsreport/jsreport-core": "4.11.0", "@jsreport/jsreport-jsrender": "4.1.0", "@jsreport/jsreport-scripts": "4.3.0", "@jsreport/studio-dev": "4.1.0", "axios": "1.19.0", "cross-env": "7.0.3", "mocha": "11.7.5", "should": "13.2.3", "standard": "16.0.4", "supertest": "3.3.0" }, "engines": { "node": ">=22.18" }, "standard": { "env": { "node": true, "mocha": true } } }