mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2025-12-06 08:44:07 +00:00
39 lines
971 B
JSON
39 lines
971 B
JSON
{
|
|
"name": "spotify-manager",
|
|
"version": "1.0.0",
|
|
"description": "Personal Spotify playlist manager",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "SET NODE_ENV=development& nodemon index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/20kaushik02/spotify-manager.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/20kaushik02/spotify-manager/issues"
|
|
},
|
|
"homepage": "https://github.com/20kaushik02/spotify-manager#readme",
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"connect-redis": "^6.1.3",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.18.1",
|
|
"express-session": "^1.17.3",
|
|
"express-validator": "^6.14.2",
|
|
"got": "^12.1.0",
|
|
"helmet": "^5.1.0",
|
|
"redis": "^4.2.0",
|
|
"winston": "^3.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"nodemon": "^2.0.19"
|
|
}
|
|
}
|