UNPKG

post-message-to-slack

Version:

Small utility wrapper around fetch to POST to Slack incoming webhooks

47 lines (46 loc) 1.2 kB
{ "name": "post-message-to-slack", "version": "1.0.0", "description": "Small utility wrapper around fetch to POST to Slack incoming webhooks", "keywords": [ "incoming", "message", "post", "slack", "text", "webhook" ], "bugs": "https://github.com/hemilabs/post-message-to-slack/issues", "license": "MIT", "author": "Gabriel Montes <gabriel@hemi.xyz>", "files": [ "src" ], "main": "src/index.js", "repository": "hemilabs/post-message-to-slack", "scripts": { "ci-checks": "npm run lint && npm run format:check && npm run deps:check", "deps:check": "knip", "format:check": "prettier --check .", "lint": "eslint --max-warnings 0 .", "prepare": "husky", "test": "node --test" }, "devDependencies": { "@commitlint/cli": "^19.8.0", "@types/node": "^22.15.32", "better-sort-github-actions": "^1.0.0", "better-sort-package-json": "^1.1.1", "commitlint-config-bloq": "^1.1.0", "eslint": "^8.57.1", "eslint-config-bloq": "^4.5.0", "husky": "^9.1.7", "knip": "^5.54.1", "lint-staged": "^16.1.2", "prettier": "^3.5.3" }, "engines": { "node": ">=18" }, "types": "src/index.d.ts" }