mirror of
https://github.com/benjitaylor/agentation.git
synced 2026-09-14 20:06:45 +08:00
d164b7b522
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
689 B
JSON
22 lines
689 B
JSON
{
|
|
"name": "agentation-monorepo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm --filter agentation watch & pnpm --filter feedback-tool-example dev",
|
|
"build": "pnpm --filter agentation build",
|
|
"example": "pnpm --filter feedback-tool-example dev",
|
|
"pack": "cd package && pnpm pack",
|
|
"mcp": "pnpm --filter agentation-mcp start",
|
|
"publish:agentation": "pnpm --filter agentation publish --access public",
|
|
"publish:mcp": "pnpm --filter agentation-mcp publish --access public",
|
|
"publish:all": "pnpm publish:agentation && pnpm publish:mcp"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"better-sqlite3",
|
|
"esbuild"
|
|
]
|
|
}
|
|
}
|