package update, setup non zero exit on error

This commit is contained in:
mrfry 2023-04-10 11:05:48 +02:00
parent 0d1abc7d4f
commit 2f763f3ab9
3 changed files with 86 additions and 86 deletions

View file

@ -3,7 +3,7 @@
"main": "src/server.js",
"dependencies": {
"@types/express": "^4.17.17",
"better-sqlite3": "^8.2.0",
"better-sqlite3": "^8.3.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"ejs": "^3.1.9",
@ -14,7 +14,7 @@
"socket.io": "^4.6.1",
"tesseract.js": "^4.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"typescript": "^5.0.4",
"uuid": "^9.0.0",
"vhost": "^3.0.2"
},
@ -27,18 +27,18 @@
"test-debug": "NS_NOLOG=1 NS_THREAD_COUNT=1 node --inspect node_modules/.bin/jest --watch --runInBand src/tests/*.test.ts"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.3",
"@types/better-sqlite3": "^7.6.4",
"@types/cookie-parser": "^1.4.3",
"@types/express-fileupload": "^1.4.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/uuid": "^9.0.1",
"@types/vhost": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"ts-jest": "^29.0.5"
"ts-jest": "^29.1.0"
},
"jest": {
"preset": "ts-jest"