forked from Blackhawk-TA/dynoBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.11 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
{
"name": "dynobot",
"description": "Modular Discord bot using JavaScript and optionally Python and Lua.",
"author": {
"name": "Blackhawk"
},
"keywords": [
"discord-bot",
"discord-js",
"javascript",
"python",
"lua",
"chatbot",
"modular",
"bot",
"voice",
"music",
"youtube",
"stream",
"apple",
"spotify",
"playlist"
],
"version": "1.4.0",
"license": "MIT",
"main": "main.js",
"engines": {
"node": ">= 14.16.0"
},
"scripts": {
"start": "node main.js",
"validate": "eslint --ext .js src"
},
"repository": {
"type": "git",
"url": "https://github.com/Blackhawk-TA/dynoBot.git"
},
"dependencies": {
"apple-music-playlist": "^1.1.2",
"dynobot-framework": "^1.4.1",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1",
"spotify-url-info": "^2.2.0",
"srcds-rcon": "^2.2.1",
"wake_on_lan": "^1.0.0",
"winston": "^3.3.3",
"wolfram-alpha-api": "https://products.wolframalpha.com/api/libraries/javascript/wolfram-alpha-api-1.0.0-rc.1.tgz",
"youtube-sr": "^4.1.7",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-plugin-promise": "^5.1.0"
}
}