forked from jeremylongshore/claude-code-plugins-plus-skills
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 755 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
{
"name": "claude-code-plugins-monorepo",
"version": "1.2.6",
"private": true,
"description": "Claude Code plugins workspace - simple plugins + MCP servers",
"scripts": {
"dev": "pnpm --filter '*' dev --parallel",
"build": "pnpm --filter '*' build",
"test": "pnpm --filter '*' test",
"lint": "pnpm --filter '*' lint",
"typecheck": "pnpm --filter '*' typecheck",
"sync-marketplace": "node scripts/sync-marketplace.cjs"
},
"keywords": [
"claude-code",
"plugins",
"mcp",
"monorepo"
],
"author": "Intent Solutions IO",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.19.21",
"typescript": "^5.5.0",
"vitest": "^2.0.0",
"eslint": "^9.0.0",
"prettier": "^3.3.0"
}
}