forked from benjitaylor/agentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 689 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"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"
]
}
}