generated from vercel-partner-solutions/slack-agent-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.14 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.14 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
{
"name": "slack-agent-template",
"description": "A Slackbot built with the AI SDK and Bolt powered by Nitro",
"version": "0.0.1",
"author": "Matthew Lewis",
"license": "MIT",
"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"
},
"dependencies": {
"@slack/bolt": "^4.5.0",
"@slack/web-api": "^7.11.0",
"@vercel/slack-bolt": "latest",
"ai": "latest",
"zod": "^4.1.12"
},
"devDependencies": {
"@biomejs/biome": "2.2.6",
"@inquirer/input": "^4.2.5",
"@ngrok/ngrok": "^1.5.2",
"@slack/cli-hooks": "^1.2.1",
"@types/node": "^24.9.0",
"boxen": "^8.0.1",
"chalk": "^5.6.2",
"dotenv": "^17.2.3",
"nitropack": "^2.12.7",
"ora": "^8.2.0",
"tsx": "^4.20.6"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}