You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"name": "spot2gether",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Alban David Becker",
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.1",
|
|
"mongoose": "^6.6.3",
|
|
"spotify-api.js": "^9.2.3"
|
|
}
|
|
}
|