mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2025-12-06 08:04:06 +00:00
Snyk has created this PR to upgrade pg from 8.14.1 to 8.15.1. See this package in npm: pg 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
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "spotify-manager",
|
|
"version": "0",
|
|
"description": "Personal Spotify playlist manager",
|
|
"exports": "./index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"migrate": "npx sequelize-cli db:migrate --config dist/config/sequelize.js --models-path dist/models --migrations-path dist/migrations",
|
|
"start": "npm run migrate && node dist/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://api.spotify-manager.knravish.me",
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"bottleneck": "^2.19.5",
|
|
"connect-redis": "^8.0.2",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.2",
|
|
"express-session": "^1.18.1",
|
|
"express-validator": "^7.2.1",
|
|
"helmet": "^8.1.0",
|
|
"multer": "^1.4.5-lts.2",
|
|
"pg": "^8.15.1",
|
|
"redis": "^4.7.0",
|
|
"reflect-metadata": "^0.2.2",
|
|
"sequelize": "^6.37.6",
|
|
"sequelize-cli": "^6.6.2",
|
|
"sequelize-typescript": "^2.1.6",
|
|
"serializr": "^3.0.3",
|
|
"winston": "^3.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cookie-parser": "^1.4.8",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/express-session": "^1.18.1",
|
|
"@types/multer": "^1.4.12",
|
|
"@types/node": "^22.13.11",
|
|
"@types/sequelize": "^4.28.20",
|
|
"@types/validator": "^13.12.2",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|