mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
31 lines
829 B
JSON
31 lines
829 B
JSON
{
|
|
"name": "@comty/music_spaces_server",
|
|
"version": "0.45.1",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "corenode-cli build",
|
|
"dev": "nodemon --ignore dist/ --exec corenode-node ./src/index.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@foxify/events": "^2.1.0",
|
|
"axios": "^1.2.1",
|
|
"bcrypt": "5.0.1",
|
|
"corenode": "0.28.26",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"jsonwebtoken": "8.5.1",
|
|
"luxon": "^3.0.4",
|
|
"moment": "2.29.4",
|
|
"moment-timezone": "0.5.37",
|
|
"morgan": "^1.10.0",
|
|
"nanoid": "3.2.0",
|
|
"socket.io": "^4.5.4",
|
|
"spotify-ws": "^0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"nodemon": "^2.0.15"
|
|
}
|
|
} |