UNPKG

slack-edge

Version:

Slack app development framework for edge functions with streamlined TypeScript support

46 lines (45 loc) 1.14 kB
{ "name": "slack-edge", "version": "1.3.8", "description": "Slack app development framework for edge functions with streamlined TypeScript support", "main": "dist/index.js", "scripts": { "build": "tsc", "build:clean": "rm -rf ./dist && tsc", "format": "npx @biomejs/biome format --write *.json src/ test/", "test": "npm run format && npx vitest", "ci-test": "npx vitest run --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/slack-edge/slack-edge.git" }, "keywords": [ "Slack", "ChatBot", "TypeScript", "Deno", "Bun", "Edge Functions", "Cloudflare", "Cloudflare Workers", "Vercel", "Vercel Edge Functions", "Serverless" ], "author": "Kazuhiro Sera", "license": "MIT", "bugs": { "url": "https://github.com/slack-edge/slack-edge/issues" }, "homepage": "https://github.com/slack-edge/slack-edge#readme", "dependencies": { "slack-web-api-client": "^1.1.5" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@vitest/coverage-v8": "^3.1.1", "typescript": "^5.8.3", "vitest": "^3.1.1" } }