-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
{
"name": "ao-bot",
"version": "1.6.0",
"private": "true",
"description": "Arendelle Odyssey Discord Bot",
"main": "src/index.js",
"scripts": {
"start": "node .",
"dev": "node . -d",
"test": "npx eslint src/."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArendelleOdyssey/discord-bot.git"
},
"author": "Greep",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ArendelleOdyssey/discord-bot/issues"
},
"homepage": "https://github.com/ArendelleOdyssey/discord-bot#readme",
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"discord-giveaways": "^4.5.1",
"discord.js": "^12.5.3",
"download": "^6.2.5",
"easy-table": "^1.2.0",
"express": "^4.17.2",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.2",
"hat": "^0.0.3",
"http-errors": "^1.8.1",
"instagram-scraping": "^1.0.17",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"mysql": "^2.18.1",
"node-fetch": "^2.6.2",
"opusscript": "^0.0.8",
"os": "^0.1.2",
"path": "^0.12.7",
"shelljs": "^0.8.5",
"twit": "2.2.11",
"youtube-api": "^3.0.1"
},
"devDependencies": {
"eslint": "^7.32.0"
}
}