{ "name": "@slack/socket-mode", "version": "1.3.6", "description": "Official library for using the Slack Platform's Socket Mode API", "author": "Slack Technologies, LLC", "license": "MIT", "keywords": [ "slack", "socket", "websocket", "firewall", "bot", "client", "http", "websocket", "api", "proxy", "state", "connection" ], "main": "dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/**/*" ], "engines": { "node": ">=12.13.0", "npm": ">=6.12.0" }, "repository": "slackapi/node-slack-sdk", "homepage": "https://slack.dev/node-slack-sdk/socket-mode", "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": "eslint --ext .ts src", "test": "npm run lint && npm run build && nyc mocha --config .mocharc.json src/*.spec.js && npm run test:integration", "test:integration": "mocha --config .mocharc.json test/integration.spec.js", "watch": "npx nodemon --watch 'src' --ext 'ts' --exec npm run build" }, "dependencies": { "@slack/logger": "^3.0.0", "@slack/web-api": "^6.12.1", "@types/node": ">=12.0.0", "@types/ws": "^7.4.7", "eventemitter3": "^5", "finity": "^0.5.4", "ws": "^7.5.3" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.4.1", "@typescript-eslint/parser": "^4.4.0", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.6", "chai": "^4.2.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsdoc": "^30.6.1", "eslint-plugin-node": "^11.1.0", "mocha": "^9.1.0", "nyc": "^14.1.1", "shx": "^0.3.2", "ts-node": "^8.2.0", "sinon": "^7.3.2", "source-map-support": "^0.5.12", "typescript": "^4.1.0" } }