-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.57 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.57 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "slack-agent",
"description": "Durable AI agent infrastructure for Slack built with Nitro, AI SDK, and Workflow DevKit. Optimized for stateful execution and reliable multi-step tool calling.",
"version": "0.0.1",
"author": "Arvind Ram Singh Kishore",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arvindrk/slack-agent.git"
},
"homepage": "https://github.com/arvindrk/slack-agent#readme",
"bugs": {
"url": "https://github.com/arvindrk/slack-agent/issues"
},
"scripts": {
"build": "nitro build",
"dev": "nitro dev",
"dev:tunnel": "tsx scripts/dev.tunnel.ts",
"configure": "tsx scripts/configure.ts",
"prepare": "nitro prepare",
"preview": "node .output/server/index.mjs",
"lint": "biome check .",
"lint:fix": "biome check . --write",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@slack/bolt": "^4.6.0",
"@slack/web-api": "^7.13.0",
"@vercel/slack-bolt": "latest",
"@workflow/ai": "4.0.1-beta.44",
"ai": "^6.0.27",
"workflow": "4.0.1-beta.44",
"zod": "^4.3.5"
},
"devDependencies": {
"@biomejs/biome": "2.2.6",
"@inquirer/input": "^4.3.1",
"@ngrok/ngrok": "^1.7.0",
"@slack/cli-hooks": "^1.2.1",
"@types/node": "^24.10.7",
"boxen": "^8.0.1",
"chalk": "^5.6.2",
"dotenv": "^17.2.3",
"nitropack": "^2.13.0",
"ora": "^8.2.0",
"tsx": "^4.21.0"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}