n-slack
Version:
NestJS Slack Plugin
57 lines (56 loc) • 1.42 kB
JSON
{
"name": "n-slack",
"version": "1.0.1",
"description": "NestJS Slack Plugin",
"license": "Apache-2.0",
"main": "dist/index.js",
"files": [
"dist/"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write .",
"lint": "eslint 'src/**/*.ts'",
"test": "vitest run",
"prepare": "husky install"
},
"dependencies": {
"@nestjs/common": ">=10",
"@slack/web-api": "^7.9.2",
"axios": "^1.9.0"
},
"devDependencies": {
"@nestjs/testing": "^11.1.1",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"nock": "^13.2.8",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"vitest": "^3.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Space-Runners/n-slack.git"
},
"homepage": "https://github.com/Space-Runners/n-slack#readme",
"bugs": {
"url": "https://github.com/Space-Runners/n-slack/issues"
},
"keywords": [
"nestjs",
"slack",
"slack-api",
"webhook",
"messaging",
"notifications",
"typescript",
"n-slack"
],
"engines": {
"node": ">=16"
}
}