-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 981 Bytes
/
package.json
File metadata and controls
51 lines (51 loc) · 981 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
42
43
44
45
46
47
48
49
50
51
{
"name": "brin",
"version": "0.1.16",
"description": "the credit score for context — security scanning for packages, repos, MCP servers, skills, domains and commits",
"bin": {
"brin": "./bin/brin.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/superagent-ai/brin-cli.git"
},
"keywords": [
"security",
"ai-agents",
"agent-security",
"prompt-injection",
"malware",
"typosquatting",
"mcp",
"supply-chain"
],
"author": "brin contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/superagent-ai/brin-cli/issues"
},
"homepage": "https://brin.sh",
"engines": {
"node": ">=14.0.0"
},
"os": [
"darwin",
"linux"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"bin/",
"scripts/postinstall.js",
"README.md",
"LICENSE"
],
"dependencies": {
"tar": "^7.5.7"
}
}