mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2025-12-06 10:54:07 +00:00
Snyk has created this PR to upgrade axios from 1.7.5 to 1.7.6. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/20kaushik02/project/b4833e61-9c4d-40ff-afd5-54cf293ce6bc?utm_source=github&utm_medium=referral&page=upgrade-pr
44 lines
1.2 KiB
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.6",
|
|
"connect-sqlite3": "^0.9.15",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"dotenv-flow": "^4.1.0",
|
|
"express": "^4.21.0",
|
|
"express-session": "^1.18.0",
|
|
"express-validator": "^7.2.0",
|
|
"helmet": "^7.1.0",
|
|
"pg": "^8.12.0",
|
|
"sequelize": "^6.37.3",
|
|
"serializr": "^3.0.2",
|
|
"winston": "^3.14.2"
|
|
},
|
|
"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"
|
|
}
|
|
}
|