-
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) · 1013 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1013 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": "authority-layer-repo",
"private": true,
"description": "Repository workspace for AuthorityLayer, a runtime guardrail package for AI agents.",
"workspaces": [
"packages/core"
],
"scripts": {
"example": "npm run -w authority-layer build && node examples/run.js",
"test": "node tests/workspace-smoke.test.js && node tests/runtime-smoke.test.js",
"test:runtime": "node tests/runtime-smoke.test.js"
},
"keywords": [
"ai-tools",
"ai-guardrails",
"ai-agents",
"agent-runtime",
"ai-safety",
"llm-security",
"autonomous-agents",
"runtime-guardrails",
"token-cost-control"
],
"homepage": "https://repoforge.dev/repos/repoforge-dev/authority-layer",
"repository": {
"type": "git",
"url": "git+https://github.com/repoforge-dev/authority-layer.git"
},
"bugs": {
"url": "https://github.com/repoforge-dev/authority-layer/issues"
}
}