UNPKG

nestjs-slack-webhook

Version:
30 lines (29 loc) 738 B
{ "name": "nestjs-slack-webhook", "version": "10.6.0", "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": "^10.0.0", "@slack/webhook": "^6.0.0 || ^7.0.0" }, "types": "lib/index.d.ts" }