-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 787 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 787 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
{
"name": "@datadog/opencode-plugin",
"version": "0.7.10",
"description": "Use Datadog directly in OpenCode through a preconfigured Datadog MCP server. Query logs, metrics, traces, dashboards, and more through natural conversation. This plugin is in preview.",
"main": "datadog.ts",
"author": "Datadog",
"license": "Apache-2.0",
"keywords": [
"datadog",
"infrastructure",
"mcp",
"observability",
"productivity"
],
"repository": {
"type": "git",
"url": "git+https://github.com/datadog-labs/opencode-plugin.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"*.ts",
"tools/",
"NOTICE",
"LICENSE-3rdparty.csv"
],
"dependencies": {
"@opencode-ai/plugin": "^1.4.6",
"jsonc-parser": "^3.3.1"
}
}