Files
kt-backend/package.json
2026-01-04 13:37:22 +01:00

36 lines
795 B
JSON

{
"name": "kt-backend",
"version": "2.0.1",
"description": "Karateturniere.de Backend",
"main": "server.js",
"scripts": {
"start": "node server.js",
"start:mailhog": "mailhog",
"test": "lab"
},
"keywords": [
"karate",
"table",
"crew"
],
"author": "Mario Peters",
"license": "private",
"dependencies": {
"@hapi/hapi": "^21.4.4",
"bcrypt": "^6.0.0",
"dotenv": "^17.2.3",
"hapi-auth-jwt2": "^11.0.0",
"hapi-plugin-mysql": "^7.2.7",
"hapi-plugin-websocket": "^2.4.11",
"joi": "^18.0.2",
"jsonwebtoken": "^9.0.3",
"sendmail": "^1.6.1"
},
"devDependencies": {
"@hapi/basic": "^7.0.2",
"@hapi/code": "^9.0.3",
"@hapi/lab": "^26.0.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8"
}
}