-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.24 KB
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
{
"name": "dj-bot",
"version": "1.0.0",
"description": "A DJ bot for Slack that synchronizes music between people in slack channels",
"main": "server.js",
"scripts": {
"build-w": "tsc --p tsconfig.json --watch",
"build": "tsc --p tsconfig.json",
"run": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DejayJD/DJ-Bot.git"
},
"author": "",
"license": "ISC",
"keywords": [
"slack",
"bot",
"dj",
"music"
],
"bugs": {
"url": "https://github.com/DejayJD/DJ-Bot/issues"
},
"homepage": "https://github.com/DejayJD/DJ-Bot#readme",
"dependencies": {
"@slack/client": "^4.6.0",
"@slack/events-api": "^1.0.1",
"@slack/interactive-messages": "^0.4.0",
"body-parser": "^1.18.3",
"botkit": "^0.6.16",
"botkit-storage-mongo": "^1.0.7",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"lodash": "^4.17.11",
"querystring": "^0.2.0",
"rand-token": "^0.4.0",
"request": "^2.88.0",
"service-js": "0.0.1",
"slack-client": "^2.0.6",
"spotify-web-api-node": "^4.0.0",
"typescript": "^3.1.1",
"uuid": "^3.3.2"
}
}