spotify-manager/package.json

44 lines
1.2 KiB
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 --exitcrash 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.7.7",
"connect-sqlite3": "^0.9.15",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv-flow": "^4.1.0",
"express": "^4.21.1",
"express-session": "^1.18.1",
"express-validator": "^7.2.0",
"helmet": "^7.2.0",
"pg": "^8.13.0",
"sequelize": "^6.37.4",
"serializr": "^3.0.2",
"winston": "^3.15.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^22.2.0",
"cross-env": "^7.0.3",
"nodemon": "^3.1.4",
"sequelize-cli": "^6.6.2",
"typescript": "^5.5.4"
}
}