{ "name": "nodejs-meetup-vienna-2026-02-12", "version": "1.0.0", "description": "", "repository": { "type": "git", "url": "https://gitea.stefan-georg-rath.exo.gkube.eu/sg6/nodejs-meetup-vienna-2026-02-12.git" }, "license": "ISC", "author": "", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "dependencies": { "express": "^5.2.1" }, "devDependencies": { "@tsconfig/node24": "^24.0.4", "@types/express": "^5.0.6", "@types/node": "^25.2.1", "typescript": "^5.9.3" } }