Includes homelab deploy tooling, image position/zoom manifest persistence, and full trading/casino stack. Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
584 B
JSON
25 lines
584 B
JSON
{
|
|
"name": "playbull",
|
|
"version": "1.0.0",
|
|
"description": "PlayBull - Spielgeld Trading & Gamble Plattform mit Live-Kursen",
|
|
"type": "module",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"dev": "node --watch server/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"cookie": "^0.6.0",
|
|
"cookie-parser": "^1.4.7",
|
|
"express": "^4.22.2",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"multer": "^1.4.5-lts.1",
|
|
"sharp": "^0.33.5",
|
|
"socket.io": "^4.8.3"
|
|
}
|
|
}
|