Files
stockhome/backend/package.json
T
theis.gaedigk 6be34c93aa refactor: edit tailwindcss classes and change code formatting, therefore added .prettierrc file
fix: frontend bug where the passwords won't be checked when the password is changed
2026-07-08 14:56:43 +02:00

31 lines
623 B
JSON

{
"name": "backend",
"version": "0.0.0-dev",
"description": "",
"main": "server.ts",
"scripts": {
"dev": "tsx --watch server.ts",
"build": "tsc -b",
"start": "node dist/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@stockhome/shared": "1.0.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.2.1",
"jose": "^6.0.12",
"mysql2": "^3.16.0"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^26.1.0",
"typescript": "~6.0.2",
"tsx": "^4.23.0"
}
}