mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2025-12-06 08:14:07 +00:00
Snyk has created this PR to upgrade dotenv from 16.0.1 to 16.0.2. See this package in npm: https://www.npmjs.com/package/dotenv 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
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.2",
|
|
"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"
|
|
}
|
|
}
|