evdboom_Bindery/package.json
copilot-swe-agent[bot] c0495dc917
feat: extract bindery-core, refactor vscode-ext/mcp-ts to use @bindery/core
Agent-Logs-Url: https://github.com/evdboom/Bindery/sessions/09d0d68f-9f9f-41c5-a6bf-5dc0fc2ac79b

Co-authored-by: evdboom <18037882+evdboom@users.noreply.github.com>
2026-04-27 23:09:03 +00:00

15 lines
320 B
JSON

{
"name": "bindery-monorepo",
"private": true,
"workspaces": [
"bindery-core",
"vscode-ext",
"mcp-ts",
"obsidian-plugin"
],
"scripts": {
"build": "npm run build -ws --if-present",
"test": "npm run test -ws --if-present",
"build:core": "npm run build --workspace=bindery-core"
}
}