Files
SpotifyController/package.json

24 lines
552 B
JSON
Raw Normal View History

2023-06-24 12:05:36 +02:00
{
"name": "spotifycontroller",
"version": "0.1.0",
"description": "Get all the spotify data with NodeJS!",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://factory.vbprojects.fr/thinkode/SpotifyController.git"
},
"author": "V. Boulanger",
2023-06-24 12:15:46 +02:00
"license": "ISC",
"dependencies": {
2023-06-24 14:25:44 +02:00
"axios": "^1.4.0",
"base64url": "^3.0.1",
"crypto": "^1.0.1",
"express": "^4.18.2",
"opn": "^6.0.0",
"randomstring": "^1.3.0"
2023-06-24 12:15:46 +02:00
}
2023-06-24 12:05:36 +02:00
}