feat: add cabo package planning and price watch assets
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "cabo-voting-app",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Real-time Cabo bachelor party voting with budgets, packages, and activity planning.",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.21.2",
|
||||
"uuid": "^11.1.0",
|
||||
"ws": "^8.18.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user