Files
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> d833c60d64 build(deps): bump @slack/webhook from 8.0.0 to 8.0.2 (#679)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-01 05:06:17 +00:00

71 lines
2.5 KiB
JSON

{
"name": "@slack/slack-github-action",
"version": "4.0.0",
"private": true,
"description": "The official Slack GitHub Action. Use this to send data into your Slack workspace",
"main": "dist/index.js",
"files": [
"action.yml",
"cli/",
"dist/"
],
"type": "module",
"scripts": {
"build": "ncc build src/index.js --license licenses.txt --source-map",
"changeset": "npx @changesets/cli",
"check": "tsc --noemit --project ./jsconfig.json",
"dev": "act public --eventpath .github/resources/.actions/event.json --secret-file .github/resources/.env --platform ubuntu-latest=node:24 --container-architecture linux/amd64",
"docs": "TAG=\"v$(npm pkg get version | jq -r)\" && grep -rl 'slackapi/slack-github-action@v' ./docs ./example-workflows | xargs sed -i \"s|slackapi/slack-github-action@v.*|slackapi/slack-github-action@${TAG}|g\" && grep -rl 'slackapi/slack-github-action/cli@v' ./docs ./example-workflows | xargs sed -i \"s|slackapi/slack-github-action/cli@v.*|slackapi/slack-github-action/cli@${TAG}|g\"",
"lint": "biome check",
"lint:fix": "biome check --write",
"test": "node --test --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=test/coverage.txt test/*.spec.js",
"version": "npm run changeset version && npm install && npm run docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slackapi/slack-github-action.git"
},
"keywords": [
"slack",
"github",
"action",
"workflow"
],
"author": "Slack Technologies, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/slackapi/slack-github-action/issues"
},
"engines": {
"node": ">=24.11.0",
"npm": ">=11.6.1"
},
"homepage": "https://docs.slack.dev/tools/slack-github-action/",
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/github": "^9.1.1",
"@slack/logger": "^5.0.0",
"@slack/web-api": "^8.1.1",
"@slack/webhook": "^8.0.2",
"flat": "^6.0.1",
"js-yaml": "^5.2.2",
"markup-js": "^1.5.21",
"undici": "^8.9.0"
},
"overrides": {
"undici-types": "$undici"
},
"devDependencies": {
"@biomejs/biome": "^2.5.11",
"@changesets/cli": "^3.0.1",
"@types/flat": "^5.0.5",
"@types/js-yaml": "^4.0.9",
"@types/markup-js": "^1.5.0",
"@types/node": "^24.13.2",
"@types/sinon": "^22.0.0",
"@vercel/ncc": "^0.45.0",
"sinon": "^22.1.0",
"typescript": "^7.0.2"
}
}