Spotify.NET/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json
2020-06-02 16:34:24 +02:00

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"
}
}