-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 734 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
{
"name": "@aws-lambda-mcp-server/root",
"private": true,
"version": "1.1.1",
"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 --parallel 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",
"packageManager": "pnpm@10.28.0",
"devDependencies": {
"pnpm": "^10.28.1"
}
}