mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-26 07:56:26 +00:00
15 lines
240 B
JSON
15 lines
240 B
JSON
|
{
|
||
|
"name": "Server",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"start": "node index.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^0.19.2",
|
||
|
"body-parser": "^1.19.0",
|
||
|
"express": "^4.17.1"
|
||
|
}
|
||
|
}
|