spotify-manager/package.json

38 lines
1002 B
JSON

{
"name": "spotify-manager",
"version": "0",
"description": "Personal Spotify playlist manager",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "cross-env NODE_ENV=development nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/20kaushik02/spotify-manager.git"
},
"license": "MIT",
"author": "Kaushik Ravishankar <rknarayan02@gmail.com>",
"bugs": {
"url": "https://github.com/20kaushik02/spotify-manager/issues"
},
"homepage": "https://github.com/20kaushik02/spotify-manager#readme",
"dependencies": {
"axios": "^1.5.0",
"connect-sqlite3": "^0.9.15",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv-flow": "^3.3.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"helmet": "^7.0.0",
"winston": "^3.10.0"
},
"devDependencies": {
"@types/express": "^4.17.18",
"cross-env": "^7.0.3",
"nodemon": "^3.0.1"
}
}