-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 886 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
{
"name": "danbot",
"version": "1.0.35",
"description": "a basic discord bot",
"engines": {
"node": "14.17.6"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dan-mcm/danbot.git"
},
"author": "Daniel McMahon",
"license": "ISC",
"bugs": {
"url": "https://github.com/dan-mcm/danbot/issues"
},
"homepage": "https://github.com/dan-mcm/danbot#readme",
"dependencies": {
"canvas": "^2.6.1",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"giphy-js-sdk-core": "^1.0.6",
"giphy-random": "^2.0.8",
"google-spreadsheet": "^3.0.11",
"opusscript": "0.0.7",
"youtube-api-v3-search": "^1.2.1",
"ytdl-core": "^3.1.1"
}
}