-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.23 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@aws-lambda-mcp-server/example",
"version": "1.1.5",
"type": "module",
"private": true,
"license": "ISC",
"bin": {
"platform": "bin/platform.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"clean": "tsc --build --clean",
"dev": "tsx lambda/mcp-server/server.ts",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"devDependencies": {
"@eslint/compat": "2.0.3",
"@eslint/js": "10.0.1",
"@hono/mcp": "0.2.4",
"@hono/node-server": "1.19.11",
"@stylistic/eslint-plugin": "5.10.0",
"@types/aws-lambda": "8.10.161",
"@types/node": "25.5.0",
"aws-cdk": "2.1114.1",
"esbuild": "0.27.4",
"eslint": "10.1.0",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-awscdk": "4.3.0",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-promise": "7.2.1",
"jiti": "2.6.1",
"tslib": "2.8.1",
"tsx": "4.21.0",
"typescript": "6.0.2",
"typescript-eslint": "8.57.2"
},
"dependencies": {
"@aws-lambda-powertools/logger": "2.32.0",
"@modelcontextprotocol/sdk": "1.29.0",
"aws-cdk-lib": "2.245.0",
"aws-lambda-mcp-server": "workspace:*",
"constructs": "10.6.0",
"hono": "4.12.9",
"zod": "4.3.6"
}
}