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>
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user