mirror of
https://github.com/evdboom/Bindery.git
synced 2026-07-22 17:00:29 +00:00
Agent-Logs-Url: https://github.com/evdboom/Bindery/sessions/09d0d68f-9f9f-41c5-a6bf-5dc0fc2ac79b Co-authored-by: evdboom <18037882+evdboom@users.noreply.github.com>
15 lines
320 B
JSON
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"
|
|
}
|
|
}
|