-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 892 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
}