-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 863 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "mcp-e2e-test-typescript",
"version": "0.5.13",
"type": "module",
"main": "build/main.js",
"types": "build/main.d.ts",
"scripts": {
"build": "tsc",
"test": "node build/main.js",
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.1027.0",
"@aws-sdk/client-cloudformation": "^3.1027.0",
"@aws-sdk/client-s3": "^3.1027.0",
"@aws-sdk/client-secrets-manager": "^3.1027.0",
"@aws-sdk/client-ssm": "^3.1027.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@strands-agents/sdk": "^0.7.0",
"@types/json-schema": "^7.0.15",
"winston": "^3.19.0"
},
"devDependencies": {
"@cfworker/json-schema": "^4.1.1",
"@eslint/js": "^10.0.1",
"@types/node": "^25.5.0",
"eslint": "^10.2.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1"
}
}