-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 880 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 880 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
39
40
41
{
"name": "agent-perimeter",
"version": "0.1.0",
"description": "Audit AI coding agent configuration boundaries before you run a repo.",
"type": "module",
"homepage": "https://github.com/luoowei/agent-perimeter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/luoowei/agent-perimeter.git"
},
"bugs": {
"url": "https://github.com/luoowei/agent-perimeter/issues"
},
"bin": {
"agent-perimeter": "bin/agent-perimeter.js"
},
"scripts": {
"test": "node --test",
"start": "node ./bin/agent-perimeter.js"
},
"keywords": [
"ai-agent",
"mcp",
"claude-code",
"codex",
"security",
"scanner"
],
"author": "agent-perimeter contributors",
"license": "MIT",
"engines": {
"node": ">=18"
},
"files": [
"bin",
"src",
"README.md",
"README.zh-CN.md",
"LICENSE"
]
}