-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 910 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 910 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
32
33
34
35
36
{
"name": "@aws-lambda-mcp-server/root",
"private": true,
"version": "1.1.6",
"description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
"type": "module",
"scripts": {
"build": "pnpm run --if-present --recursive build",
"test": "pnpm run --if-present --recursive --parallel test",
"lint": "pnpm run --if-present --recursive --parallel lint",
"lint-fix": "pnpm run --if-present --recursive --parallel lint-fix"
},
"keywords": [
"mcp-server",
"modelcontextprotocol",
"mcp",
"lambda"
],
"author": "poad",
"license": "ISC",
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "~11.10.0",
"onFail": "download"
}
},
"engines": {
"runtime": {
"name": "node",
"version": "^24.18.0",
"onFail": "download"
}
},
"dependencies": {}
}