-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 947 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 947 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": "@arcp/examples",
"version": "0.0.0",
"private": true,
"description": "Runnable examples for the ARCP TypeScript SDK. Not published.",
"type": "module",
"dependencies": {
"@arcp/bun": "workspace:*",
"@arcp/express": "workspace:*",
"@arcp/fastify": "workspace:*",
"@arcp/middleware-otel": "workspace:*",
"@arcp/sdk": "workspace:*",
"@modelcontextprotocol/sdk": "^1.29.0",
"better-sqlite3": "^11.5.0"
},
"devDependencies": {
"@fastify/websocket": "^11.2.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/resources": "^2.7.1",
"@opentelemetry/sdk-trace-base": "^2.7.1",
"@opentelemetry/sdk-trace-node": "^2.7.1",
"@opentelemetry/semantic-conventions": "^1.41.1",
"@types/better-sqlite3": "^7.6.11",
"@types/express": "^5.0.6",
"@types/node": "^22.7.5",
"express": "^5.2.1",
"fastify": "^5.8.5",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
}
}