evdboom_Bindery/package.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"
}
}