/
githubmirror
/
serverless
Обзор
Документация
Войти
/
githubmirror
/
serverless
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/mcp/package.json
33 строки
1 KB
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": "@serverless/mcp", "version": "1.0.0", "private": true, "type": "module", "main": "src/server.js", "scripts": { "lint": "eslint", "prettier": "prettier -c . --ignore-path ../../.prettierignore", "prettier:fix": "prettier -w . --ignore-path ../../.prettierignore", "start": "node src/server.js", "start:stdio": "node src/stdio-server.js", "test:aws-errors-info": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest tests/e2e/aws-errors-info.test.js", "test:aws-errors-info:unit": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest tests/aws/aws-errors-info.test.js", "test:aws-errors-info:setup": "node tests/e2e/aws-errors-info-setup.js", "test:aws-errors-info:cleanup": "node tests/e2e/aws-errors-info-cleanup.js", "test:unit": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest tests/ --testPathIgnorePatterns=/node_modules/ --testPathIgnorePatterns=tests/e2e", "test:e2e": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest tests/e2e/", "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest tests/" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@serverless/engine": "*", "@serverless/framework": "*", "express": "^5.2.1", "zod": "^4.4.3" }, "devDependencies": { "@aws-sdk/client-cloudwatch-logs": "3.1097.0", "eventsource": "^3.0.7", "jest": "^30.4.2" } }