Files
playbull/package.json
Mike 94b6cc3be9 Initial PlayBull release with Trilogy Hub integration.
Includes homelab deploy tooling, image position/zoom manifest persistence, and full trading/casino stack.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-02 08:31:36 +02:00

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"
}
}