Files
SpotifyController/package.json

19 lines
424 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": {
"axios": "^1.4.0"
}
2023-06-24 12:05:36 +02:00
}