forked from jeremylongshore/claude-code-plugins-plus-skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 994 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 994 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
{
"name": "claude-code-plugins-monorepo",
"version": "4.14.0",
"private": true,
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",
"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",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
},
"devDependencies": {
"@types/node": "^20.19.27",
"typescript": "^5.5.0",
"vitest": "^2.0.0",
"eslint": "^9.39.2",
"prettier": "^3.7.4"
}
}