-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 853 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 853 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": "@montecarlo/mc-agent-toolkit",
"version": "1.12.0",
"description": "Monte Carlo Agent Toolkit — data observability skills and enforcement hooks for AI coding agents.",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./server": "./src/index.ts"
},
"author": {
"name": "Monte Carlo",
"url": "https://www.montecarlodata.com"
},
"repository": {
"type": "git",
"url": "https://github.com/monte-carlo-data/mc-agent-toolkit"
},
"license": "Apache-2.0",
"scripts": {
"test": "bun test",
"typecheck": "tsc --noEmit"
},
"keywords": [
"opencode",
"monte-carlo",
"data-observability",
"prevent",
"dbt",
"schema"
],
"dependencies": {
"@opencode-ai/plugin": "^1.3.13"
},
"devDependencies": {
"bun-types": "^1.3.11"
}
}