slack-edge
Version:
Slack app development framework for edge functions with streamlined TypeScript support
50 lines (49 loc) • 1.22 kB
JSON
{
"name": "slack-edge",
"version": "1.3.17",
"description": "Slack app development framework for edge functions with streamlined TypeScript support",
"main": "dist/index.js",
"files": [
"dist"
],
"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",
"prepublishOnly": "npm run build:clean"
},
"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.12"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@vitest/coverage-v8": "^4.1.6",
"typescript": "^5.9.3",
"vitest": "^4.1.6"
}
}