Spotify.NET/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json

15 lines
240 B
JSON
Raw Normal View History

{
"name": "Server",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"express": "^4.17.3"
}
}