-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 810 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 810 Bytes
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
{
"name": "agent-im-relay-workspace",
"version": "1.1.1",
"private": true,
"description": "Inbox-first IM launcher for local AI agents",
"type": "module",
"scripts": {
"build": "vp run workspace-build",
"typecheck": "tsc --noEmit",
"test": "vp run workspace-test",
"start": "pnpm --filter ./apps/agent-inbox start",
"dev:discord": "pnpm --filter @agent-im-relay/discord dev",
"dev:feishu": "pnpm --filter @agent-im-relay/feishu dev",
"dev:slack": "pnpm --filter @agent-im-relay/slack dev",
"dev:wechat": "pnpm --filter @agent-im-relay/wechat dev"
},
"devDependencies": {
"@types/node": "^22.10.0",
"typescript": "^5.9.3",
"vite-plus": "^0.1.11",
"vitest": "^3.2.4"
},
"packageManager": "pnpm@10.13.1",
"engines": {
"node": ">=20"
}
}