mirror of
https://github.com/evdboom/Bindery.git
synced 2026-07-22 06:49:36 +00:00
17 lines
414 B
JSON
17 lines
414 B
JSON
{
|
|
"name": "bindery-monorepo",
|
|
"private": true,
|
|
"workspaces": [
|
|
"bindery-core",
|
|
"bindery-merge",
|
|
"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",
|
|
"obsidian:sync-version": "node ./scripts/sync-obsidian-version.mjs"
|
|
}
|
|
}
|