-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 960 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 960 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
{
"name": "@codella/pi-packages",
"version": "0.1.0",
"private": true,
"description": "Codella Pi package monorepo.",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"validate": "node scripts/validate.mjs",
"pack:dry-run": "npm pack --workspaces --dry-run",
"pack:theme": "npm pack -w @codella/pi-theme-cyberpunk --dry-run",
"pack:candy": "npm pack -w @codella/pi-theme-candy --dry-run",
"pack:christmas": "npm pack -w @codella/pi-theme-christmas --dry-run",
"pack:halloween": "npm pack -w @codella/pi-theme-halloween --dry-run",
"pack:grayscale": "npm pack -w @codella/pi-theme-grayscale --dry-run",
"pack:plan": "npm pack -w @codella/pi-prompt-plan --dry-run",
"pack:plan-mode": "npm pack -w @codella/pi-plan-mode --dry-run",
"pack:mcp": "npm pack -w @codella/pi-mcp-support --dry-run"
},
"keywords": [
"pi-package",
"pi",
"pi-coding-agent"
],
"license": "MIT"
}