UNPKG

nestjs-slack-webhook

Version:
30 lines (29 loc) 728 B
{ "name": "nestjs-slack-webhook", "version": "11.0.2", "description": "Nest.js + slack-webhook", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/g59/nestjs-plugins.git" }, "homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-slack-webhook", "bugs": { "url": "https://github.com/g59/nestjs-plugins/issues" }, "main": "lib/index.js", "scripts": { "build": "npm run clean && tsc -p .", "clean": "tsc --build --clean", "lint": "tsc -p . --noEmit" }, "keywords": [ "nest", "slack-webhook" ], "peerDependencies": { "@nestjs/common": "^11.0.0", "@slack/webhook": "^7.0.6" }, "types": "lib/index.d.ts" }