/
githubmirror
/
serverless
Обзор
Документация
Войти
/
githubmirror
/
serverless
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
release-scripts/package.json
20 строк
581 B
dependabot[bot]
chore(deps): bump the aws-sdk group across 1 directory with 37 updates (#13780)
05 авг 2026, 19:05
Не верифицирован
05 авг 2026, 19:05
7fbc70d
Код
Авторство
О чём код?
{ "name": "release-scripts", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "lint": "eslint .", "prettier": "prettier -c . --ignore-path ../.prettierignore", "prettier:fix": "prettier -w . --ignore-path ../.prettierignore", "publish:release": "node scripts/publishReleaseToMongo.js", "publish:release-metadata": "node scripts/publishReleaseMetadataToS3.js" }, "author": "Serverless Inc.", "devDependencies": {}, "dependencies": { "@aws-sdk/client-s3": "3.1097.0", "mongodb": "^7.4.0" } }