forked from slackapi/hubot-slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.36 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@emartech/hubot-slack",
"version": "6.0.2",
"description": "A Slack adapter for hubot",
"main": "./slack",
"scripts": {
"test": "NODE_ENV=test mocha 'test/**/*.spec.mjs'"
},
"keywords": [
"hubot",
"tinyspeck",
"adapter",
"slack"
],
"author": "Slack Technologies, LLC",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/slackapi/hubot-slack.git"
},
"bugs": {
"url": "https://github.com/slackapi/hubot-slack/issues"
},
"dependencies": {
"@slack/rtm-api": "6.1.1",
"@slack/web-api": "6.9.1",
"dotenv": "16.4.5"
},
"devDependencies": {
"chai": "4.4.0",
"chai-subset": "1.6.0",
"hubot": "11.1.9",
"mocha": "10.4.0",
"sinon": "18.0.0",
"sinon-chai": "3.7.0"
},
"engines": {
"node": ">= 20.11.0",
"npm": ">= 8.19.4"
},
"contributors": [
"Myles Grant <[email protected]>",
"Evan Solomon",
"Jon Dalberg",
"Patrick Connolly",
"Chip Hayner <[email protected]>",
"Eric Lindvall <[email protected]>",
"D.E. Goodman-Wilson <[email protected]>",
"John Agan <[email protected]>",
"Ankur Oberoi <[email protected]>",
"Shane DeWael <[email protected]>",
"Siôn le Roux"
],
"homepage": "https://github.com/slackapi/hubot-slack#readme",
"directories": {
"test": "test"
}
}