Spotify.NET/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json
dependabot[bot] 6ceb598acf
Bump express in /SpotifyAPI.Web.Examples/Example.TokenSwap/Server (#960)
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2.
- [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.3...4.19.2)

---
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>
2024-04-07 19:33:15 +02:00

15 lines
239 B
JSON

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