@urban-bot/slack
Version:
Create Slack chatbot with urban-bot
74 lines (73 loc) • 1.9 kB
JSON
{
"name": "@urban-bot/slack",
"version": "1.0.9",
"description": "Create Slack chatbot with urban-bot",
"files": [
"dist/**/*"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"start": "tsc --watch --preserveWatchOutput",
"test": "jest --passWithNoTests",
"lint": "eslint \"./src/**\"",
"lint:fix": "npm run lint -- --fix",
"my-publish": "npm run build && npm publish --access public",
"typecheck": "tsc --noEmit",
"precommit": "lint-staged",
"prepare": "npm run build"
},
"keywords": [
"slack-bot",
"urban-bot",
"bot",
"chatbot",
"slack",
"messenger",
"react"
],
"authors": [
"ledamint",
"oTkPoBeHuE"
],
"license": "MIT",
"devDependencies": {
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@typescript-eslint/eslint-plugin": "2.29.0",
"@typescript-eslint/parser": "2.29.0",
"@urban-bot/core": "^1.0.9",
"eslint": "6.8.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "25.4.0",
"lint-staged": "10.1.7",
"nodemon": "2.0.3",
"prettier": "2.0.5",
"rimraf": "3.0.2",
"ts-jest": "25.4.0",
"typescript": "4.4.3"
},
"dependencies": {
"@slack/events-api": "3.0.0",
"@slack/interactive-messages": "2.0.0",
"@slack/types": "2.0.0",
"@slack/web-api": "6.0.0",
"body-parser": "1.20.1"
},
"repository": {
"type": "git",
"url": "https://github.com/urban-bot/urban-bot.git",
"directory": "packages/urban-bot-slack"
},
"homepage": "https://urban-bot.now.sh",
"engines": {
"node": ">=14.0.0"
},
"gitHead": "ea322836e1c164e89595d36030a754f9762c35e4"
}