slack-web-api-client
Version:
Streamlined Slack Web API client for TypeScript
50 lines (49 loc) • 1.22 kB
JSON
{
"name": "slack-web-api-client",
"version": "1.1.14",
"description": "Streamlined Slack Web API client for TypeScript",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build:clean": "rm -rf ./dist && tsc",
"format": "npx @biomejs/biome format --write src/ test/",
"lint": "npx knip",
"test": "npm run format && npx vitest",
"ci-test": "npx vitest run --coverage",
"prepublishOnly": "npm run build:clean && npm run ci-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slack-edge/slack-web-api-client.git"
},
"keywords": [
"Slack",
"ChatBot",
"TypeScript",
"Node.js",
"Deno",
"Cloudflare Workers"
],
"author": "Kazuhiro Sera",
"license": "MIT",
"bugs": {
"url": "https://github.com/slack-edge/slack-web-api-client/issues"
},
"homepage": "https://github.com/slack-edge/slack-web-api-client#readme",
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@vitest/coverage-v8": "^4.1.6",
"knip": "^6.13.1",
"msw": "^2.11.3",
"typescript": "^5.9.3",
"vitest": "^4.1.6"
},
"overrides": {
"msw": {
"path-to-regexp": "^8.1.0"
}
}
}