@universis/jrs-worker
Version:
JasperReports Server Worker for Universis Platform
66 lines (65 loc) • 1.88 kB
JSON
{
"name": "@universis/jrs-worker",
"version": "1.4.1",
"description": "JasperReports Server Worker for Universis Platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jasmine",
"start": "nodemon --watch src --ext \"ts,json\" --exec \"npm run build && cross-env NODE_ENV=development node bin/jrs-worker\"",
"standalone": "bin/jrs-worker",
"build": "rimraf dist && rollup --config rollup.config.js"
},
"bin": "bin/jrs-worker",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/universis/jrs-worker.git"
},
"keywords": [
"universis",
"plugin",
"api",
"data",
"documents",
"numbering",
"docnumbers"
],
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/universis/jrs-worker/issues"
},
"homepage": "https://gitlab.com/universis/jrs-worker#readme",
"dependencies": {
"@themost/common": "^2.10.4",
"express": "^4.18.2",
"generic-pool": "^3.9.0",
"http-proxy-middleware": "^2.0.6",
"minimist": "^1.2.8",
"superagent": "^8.0.9"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.0",
"@types/express": "^4.17.13",
"@types/http-proxy-middleware": "^1.0.0",
"@types/jasmine": "^3.10.1",
"@types/node": "^16.11.6",
"@types/superagent": "^4.1.14",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"eslint": "^8.54.0",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine": "^5.1.0",
"jasmine-spec-reporter": "^7.0.0",
"nodemon": "^3.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.59.0",
"supertest": "^6.1.6",
"ts-node": "^10.4.0",
"tslib": "^2.6.2",
"typescript": "^4.4.4"
}
}