-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.17 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
47
48
49
50
51
52
53
{
"name": "samar",
"version": "1.0.2",
"description": "Shadow Workspace Manager for Safe AI Agent Execution with MCP Support",
"main": "dist/index.js",
"type": "module",
"bin": {
"samar": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlphaByte-RedTeam/samar.git"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ai",
"agent",
"security",
"shadow-workspace",
"mcp",
"model-context-protocol",
"sandbox",
"claude",
"tool"
],
"author": "Andrew Virya Victorio a.k.a AlphaByte RedTeam",
"license": "MIT",
"files": [
"dist",
"README.md",
"LICENSE"
],
"packageManager": "pnpm@10.17.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.3",
"@types/chokidar": "^2.1.7",
"@types/fs-extra": "^11.0.4",
"@types/node": "^25.0.10",
"chalk": "^5.6.2",
"chokidar": "^5.0.0",
"commander": "^14.0.2",
"fs-extra": "^11.3.3",
"ignore": "^7.0.5",
"ora": "^9.1.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"zod": "^4.3.5"
}
}