1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/bolt/deno.json

13 lines
236 B
JSON
Raw Permalink Normal View History

2024-04-25 22:06:47 +09:00
{
"imports": {
"@slack/bolt": "npm:@slack/bolt@^3.17.1"
},
"deploy": {
"project": "b0bd997b-0b41-4348-9657-73a44c2bc25a",
"exclude": [
"**/node_modules"
],
"include": [],
"entrypoint": "main.ts"
}
}