Spotify.NET/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json
dependabot[bot] 8daa26aeef
Bump express in /SpotifyAPI.Web.Examples/Example.TokenSwap/Server (#842)
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-05 15:26:42 +01: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.21.2",
"body-parser": "^1.19.0",
"express": "^4.17.3"
}
}