mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "musicplayer-v2-backend",
|
|
"version": "1.0.0",
|
|
"description": "The backend for MusicPlayerV2",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/simplePCBuilding/MusicPlayerV2.git"
|
|
},
|
|
"author": "Janis Hutz",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/simplePCBuilding/MusicPlayerV2/issues"
|
|
},
|
|
"homepage": "https://github.com/simplePCBuilding/MusicPlayerV2#readme",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.29.0",
|
|
"@stylistic/eslint-plugin": "^5.0.0",
|
|
"@types/express-session": "^1.18.0",
|
|
"eslint-plugin-vue": "^10.2.0",
|
|
"typescript": "^5.4.5",
|
|
"typescript-eslint": "^8.35.0"
|
|
},
|
|
"dependencies": {
|
|
"@janishutz/login-sdk-server": "^1.2.0",
|
|
"@janishutz/login-sdk-server-stubs": "^1.0.0",
|
|
"@janishutz/store-sdk": "^1.0.0",
|
|
"@types/body-parser": "^1.19.5",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/jsonwebtoken": "^9.0.6",
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2",
|
|
"express-session": "^1.18.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"node-mysql": "^0.4.2",
|
|
"socket.io": "^4.7.5"
|
|
}
|
|
}
|