-
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) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 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
{
"name": "kuuzuki-plugins",
"version": "1.0.0",
"private": true,
"description": "🌸 Official kuuzuki plugins for OpenCode - enhanced AI assistance and project intelligence",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"test": "npm run test --workspaces",
"build": "npm run build --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"install-global": "cd packages/agentrc && npm run install-global",
"install-project": "cd packages/agentrc && npm run install-project",
"dev": "npm run install-global && echo '🌸 Kuuzuki plugins installed for development'"
},
"keywords": [
"kuuzuki",
"kuuzuki-plugins",
"opencode",
"plugins",
"agentrc",
"ai-assistant",
"project-intelligence",
"configuration-management"
],
"author": "moikas-code",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/moikas-code/kuuzuki-plugins"
},
"bugs": {
"url": "https://github.com/moikas-code/kuuzuki-plugins/issues"
},
"homepage": "https://github.com/moikas-code/kuuzuki-plugins#readme"
}