Files
BeWoPlaner/BeWoPlanerMobil/node_modules/xrs/package.json
Lyndon Jetten fda2c306b5 MoK: Report Viewer hinzugefügt
FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
2023-03-13 19:39:04 +01:00

38 lines
980 B
JSON

{
"name": "xrs",
"version": "1.2.2",
"description": "reactive server",
"main": "index.js",
"scripts": {
"build": "npm run rollup && npm run minify && npm run gzip",
"rollup": "rollup -c",
"minify": "uglifyjs client.bundle.js -m -c keep_fargs=false > client.min.js",
"gzip": "gzip -c client.min.js > client.min.js.gz",
"test": "tap *.test.js",
"coverage": "tap *.test.js --coverage --coverage-report=lcov"
},
"keywords": [
"reactive",
"server",
"express",
"uws"
],
"author": "pemrouz (https://github.com/pemrouz)",
"license": "pemrouz.mit-license.org",
"devDependencies": {
"global-mocks": "*",
"puppeteer": "^0.12.0",
"rollup-plugin-commonjs": "^8.2.5",
"rollup-plugin-node-resolve": "^3.0.0",
"tap": "^10.7.2",
"utilise.emitterify": "^1.7.2"
},
"dependencies": {
"colors": "^1.2.1",
"express": "^4.15.4",
"nanosocket": "*",
"utilise": "^2.3.5",
"uws": "^9.148.0"
}
}