@phneakngar/cli 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phneakngar/cli",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "ភ្នាក់ងារ CLI — install and run local AI agents on a client machine",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ភ្នាក់ងារ",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "scripts": {
45
45
  "dev": "bun run src/index.ts",
46
- "build": "bun build src/index.ts --outdir dist --target node --format esm --external citty --external commander --external postal-mime --external playwright-core --external sharp && bun build chhlat/session-runner.ts --outdir dist --target node --format esm --external citty --external commander --external postal-mime && bun build chhlat/meeting-runner.ts --outdir dist --target node --format esm --external playwright-core && node scripts/prepare-dist.mjs",
46
+ "build": "bun build src/index.ts --outdir dist --target node --format esm --external citty --external commander --external postal-mime --external playwright-core --external sharp && bun build chhlat/session-runner.ts --outdir dist --target node --format esm --external citty --external commander --external postal-mime && bun build chhlat/meeting-runner.ts --outdir dist --target node --format esm --external playwright-core && bun build ../web-brain/src/bin-mcp.ts --outdir dist --target node --format esm --outfile dist/web-brain-mcp.js && node scripts/prepare-dist.mjs",
47
47
  "prepack": "pnpm run build",
48
48
  "pack:check": "npm pack --dry-run",
49
49
  "knip": "knip",
@@ -61,6 +61,7 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "@phneakngar/shared": "workspace:*",
64
+ "@phneakngar/web-brain": "workspace:*",
64
65
  "@types/bun": "^1.3.14",
65
66
  "eslint": "^10.3.0",
66
67
  "knip": "^6.17.1",