reshuffle-slack-connector
Version:
A Reshuffle Slack connector
48 lines (47 loc) • 1.32 kB
JSON
{
"name": "reshuffle-slack-connector",
"version": "0.0.3",
"description": "A Reshuffle Slack connector",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"build:watch": "rimraf dist && tsc -w",
"lint": "eslint . --ext .ts,.js --fix",
"prepublishOnly": "rimraf dist && tsc",
"prepare": "rimraf dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reshufflehq/reshuffle-slack-connector.git"
},
"keywords": [
"Reshuffle",
"integrations",
"workflows",
"Slack"
],
"author": "Reshuffle",
"license": "MIT",
"bugs": {
"url": "https://github.com/reshufflehq/reshuffle-slack-connector/issues"
},
"homepage": "https://github.com/reshufflehq/reshuffle-slack-connector#readme",
"dependencies": {
"reshuffle-base-connector": "^0.0.11",
"@slack/interactive-messages": "^1.6.0",
"@slack/web-api": "^5.9.0",
"@slack/bolt": "^1.8.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}