-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 846 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 846 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
37
38
{
"name": "mcp-shop-cloudflare",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"tail": "wrangler tail",
"inspect": "npx -y @modelcontextprotocol/inspector"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@cloudflare/workers-oauth-provider": "^0.0.5",
"@modelcontextprotocol/sdk": "^1.12.1",
"@workos-inc/node": "^7.52.0",
"agents": "^0.0.94",
"jose": "^6.0.11",
"zod": "^3.25.36"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250529.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"wrangler": "^4.18.0"
},
"pnpm": {
"ignoredBuiltDependencies": [
"sharp",
"workerd"
],
"onlyBuiltDependencies": [
"esbuild"
]
}
}