@jsreport/jsreport-express
Version:
jsreport extension adding API
64 lines (63 loc) • 1.5 kB
JSON
{
"name": "@jsreport/jsreport-express",
"version": "4.2.2",
"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.3",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"express": "4.21.2",
"lodash.omit": "4.5.0",
"lodash.unset": "4.5.2",
"multer": "2.0.2",
"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.7.1",
"@jsreport/jsreport-jsrender": "4.0.0",
"@jsreport/jsreport-scripts": "4.2.0",
"@jsreport/studio-dev": "4.0.1",
"axios": "1.9.0",
"cross-env": "7.0.3",
"mocha": "10.1.0",
"should": "13.2.3",
"standard": "16.0.4",
"supertest": "3.3.0"
},
"engines": {
"node": ">=18.15"
},
"standard": {
"env": {
"node": true,
"mocha": true
}
}
}