UNPKG

@b1kt0p/slack-bot

Version:
40 lines (39 loc) 892 B
{ "name": "@b1kt0p/slack-bot", "version": "0.1.0", "description": "Slack bot helper", "main": "./lib/index.js", "files": [ "lib", "src" ], "scripts": { "build": "BABEL_ENV=production babel src --out-dir lib", "prepare": "rm -rf ./lib && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Biktop/slack-bot.git" }, "keywords": [ "AWS", "slack" ], "author": "Victor Savostin", "license": "MIT", "bugs": { "url": "https://github.com/Biktop/slack-bot/issues" }, "homepage": "https://github.com/Biktop/slack-bot#readme", "devDependencies": { "@babel/cli": "^7.24.7", "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", "babel-preset-minify": "^0.5.2" }, "dependencies": { "@slack/web-api": "^7.1.0", "claudia-api-builder": "^4.1.2", "moment": "^2.30.1" } }