removed vhosts, package.json cleanup

This commit is contained in:
mrfry
2023-04-10 20:26:34 +02:00
parent ae0398919b
commit 994fe70d95
2 changed files with 8 additions and 29 deletions
+7 -9
View File
@@ -2,7 +2,6 @@
"name": "node-ejs",
"main": "src/server.js",
"dependencies": {
"@types/express": "^4.17.17",
"better-sqlite3": "^8.3.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
@@ -16,7 +15,13 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"uuid": "^9.0.0",
"vhost": "^3.0.2"
"@types/express": "^4.17.17",
"@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"
},
"scripts": {
"start": "node ./dist/server.js",
@@ -27,13 +32,6 @@
"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.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.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",