You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
654 B

{
"name": "ultimate-player",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon server.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chalk": "^5.6.0",
"nodemon": "^3.1.10",
"prettier": "^3.6.2"
},
"dependencies": {
"bcrypt": "^6.0.0",
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.18.0",
"multer": "^2.0.2",
"socket.io": "^4.8.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.9",
"utf-8-validate": "^6.0.5"
}
}