Files
kotlin-fork/kotlin-native/tools/performance-server/package.json
T
dependabot[bot] f578d37947 Bump aws-sdk in /kotlin-native/tools/performance-server (#4662)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.670.0 to 2.814.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.670.0...v2.814.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 09:43:20 +03:00

18 lines
341 B
JSON

{
"name": "performance-server",
"version": "1.0.0",
"main": "server/app.js",
"scripts": {
"start": "node server/app.js"
},
"dependencies": {
"aws-sdk": "~2.814.0",
"body-parser": "~1.18.3",
"debug": "~4.1.1",
"ejs": "~2.6.1",
"express": "~4.16.4",
"kotlin": "~1.4.0",
"node-fetch": "~2.6.1"
}
}