{ "name": "@slack/webhook", "version": "5.0.4", "description": "Official library for using the Slack Platform's Incoming Webhooks", "author": "Slack Technologies, Inc.", "license": "MIT", "keywords": [ "slack", "request", "client", "http", "api", "proxy" ], "main": "dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/**/*" ], "engines": { "node": ">= 8.9.0", "npm": ">= 5.5.1" }, "repository": "slackapi/node-slack-sdk", "homepage": "https://slack.dev/node-slack-sdk/webhook", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/slackapi/node-slack-sdk/issues" }, "scripts": { "prepare": "npm run build", "build": "npm run build:clean && tsc", "build:clean": "shx rm -rf ./dist ./coverage ./.nyc_output", "lint": "tslint --project .", "test": "npm run build && nyc mocha --config .mocharc.json src/*.spec.js", "coverage": "codecov -F webhook --root=$PWD", "ref-docs:model": "api-extractor run" }, "dependencies": { "@slack/types": "^1.2.1", "@types/node": ">=8.9.0", "axios": "^0.21.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.3.4", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.6", "chai": "^4.2.0", "codecov": "^3.2.0", "mocha": "^6.0.2", "nock": "^10.0.6", "nyc": "^14.1.1", "shx": "^0.3.2", "sinon": "^7.2.7", "source-map-support": "^0.5.10", "ts-node": "^8.0.3", "tslint": "^5.13.1", "tslint-config-airbnb": "^5.11.1", "typescript": "^3.3.3333" } }