-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 3.04 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "agent-message-workspace",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspace @codebolt/agent-message-core && npm run build --workspace @codebolt/agent-message-provider-local && npm run build --workspace @codebolt/agent-message-provider-federation && npm run build --workspace @codebolt/agent-message-provider-agentmail && npm run build --workspace @codebolt/agent-message-provider-openmail && npm run build --workspace @codebolt/agent-message-provider-robotomail && npm run build --workspace @codebolt/agent-message-provider-nuntly && npm run build --workspace @codebolt/agent-message-provider-lumbox && npm run build --workspace @codebolt/agent-message-provider-agmail && npm run build --workspace @codebolt/agent-message-federation-server && npm run build --workspace @codebolt/agent-message-cli && npm run build --workspace @codebolt/agent-message",
"typecheck": "npm run build --workspace @codebolt/agent-message-core && npm run build --workspace @codebolt/agent-message-provider-local && npm run build --workspace @codebolt/agent-message-provider-federation && npm run build --workspace @codebolt/agent-message-provider-agentmail && npm run build --workspace @codebolt/agent-message-provider-openmail && npm run build --workspace @codebolt/agent-message-provider-robotomail && npm run build --workspace @codebolt/agent-message-provider-nuntly && npm run build --workspace @codebolt/agent-message-provider-lumbox && npm run build --workspace @codebolt/agent-message-provider-agmail && npm run build --workspace @codebolt/agent-message-federation-server && npm run build --workspace @codebolt/agent-message-cli && npm run typecheck --workspace @codebolt/agent-message-core && npm run typecheck --workspace @codebolt/agent-message-provider-local && npm run typecheck --workspace @codebolt/agent-message-provider-federation && npm run typecheck --workspace @codebolt/agent-message-provider-agentmail && npm run typecheck --workspace @codebolt/agent-message-provider-openmail && npm run typecheck --workspace @codebolt/agent-message-provider-robotomail && npm run typecheck --workspace @codebolt/agent-message-provider-nuntly && npm run typecheck --workspace @codebolt/agent-message-provider-lumbox && npm run typecheck --workspace @codebolt/agent-message-provider-agmail && npm run typecheck --workspace @codebolt/agent-message-federation-server && npm run typecheck --workspace @codebolt/agent-message-cli && npm run typecheck --workspace @codebolt/agent-message",
"test": "vitest run",
"dev": "tsx packages/agent-message/src/cli.ts",
"pack:check": "npm pack --dry-run --workspace @codebolt/agent-message"
},
"dependencies": {
"commander": "^12.1.0",
"nanoid": "^5.0.9",
"proper-lockfile": "^4.1.2",
"yaml": "^2.6.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/proper-lockfile": "^4.1.4",
"tsx": "^4.19.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=20.0.0"
}
}