-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 915 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 915 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
{
"name": "@ryzome-ai/ryzome-claude-plugin",
"version": "1.0.1",
"description": "Ryzome plugin for Claude Code — canvas and document tools, resources, skills, and agents",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/0xPlaygrounds/ryzome-mcp-plugins.git",
"directory": "packages/ryzome-claude-plugin"
},
"homepage": "https://github.com/0xPlaygrounds/ryzome-mcp-plugins/tree/main/packages/ryzome-claude-plugin",
"bugs": {
"url": "https://github.com/0xPlaygrounds/ryzome-mcp-plugins/issues"
},
"keywords": [
"claude-code-plugin",
"ryzome",
"canvas",
"agent",
"mcp",
"context"
],
"files": [
".claude-plugin",
".mcp.json",
"skills",
"agents",
"hooks"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@ryzome-ai/ryzome-mcp": "workspace:^"
}
}