-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 KB
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
39
40
41
42
43
44
45
46
{
"name": "govruntime",
"version": "0.1.2-alpha",
"description": "Open-source control plane for AI coding-agent governance.",
"private": true,
"scripts": {
"build": "pnpm -r run build",
"typecheck": "tsc --noEmit",
"test": "pnpm -r run test --if-present",
"dev": "pnpm -r run dev --if-present",
"lint": "pnpm -r run lint --if-present",
"govctl": "node packages/govctl/dist/index.js",
"gov": "node packages/govctl/dist/gov.js"
},
"engines": {
"node": ">=20.0.0"
},
"author": "GovRuntime Contributors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/obmakesomething/govruntime.git"
},
"homepage": "https://github.com/obmakesomething/govruntime#readme",
"bugs": {
"url": "https://github.com/obmakesomething/govruntime/issues"
},
"keywords": [
"ai-agents",
"coding-agents",
"agent-governance",
"ai-governance",
"developer-tools",
"control-plane",
"runtime",
"policy-as-code",
"audit-log",
"codex",
"claude-code",
"cursor",
"mcp"
],
"devDependencies": {
"typescript": "^5.4.0"
}
}