{
	"name": "hydration_hub",
	"version": "1.0.0",
	"main": "dist/index.js",
	"type": "module",
	"scripts": {
		"build": "tsc",
		"prestart": "npm run build",
		"start": "node .",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"author": "[Project-Name-Here]",
	"license": "GPL-3.0",
	"description": "HydrationHUB",
	"repository": {
		"type": "git",
		"url": "https://git.project-name-here.de/Project-Name-Here/hydrationhub"
	},
	"keywords": [
		"hydration",
		"pos"
	],
	"devDependencies": {
		"@types/express": "^5.0.0",
		"@types/express-fileupload": "^1.5.1",
		"@types/joi": "^17.2.2",
		"@types/lodash": "^4.17.16",
		"@types/node": "^22.13.8",
		"eslint": "^9.21.0",
		"eslint-config-prettier": "^9.1.0",
		"prisma": "^6.4.1",
		"tsx": "^4.19.3",
		"typescript": "^5.8.2"
	},
	"dependencies": {
		"@prisma/client": "^6.4.1",
		"bootstrap-icons": "^1.11.3",
		"bulma": "^1.0.3",
		"eta": "^3.5.0",
		"express": "^4.21.2",
		"express-fileupload": "^1.5.1",
		"helmet": "^8.0.0",
		"joi": "^17.13.3",
		"jquery": "^3.7.1",
		"lodash": "^4.17.21",
		"tslog": "^4.9.3"
	}
}