This repository was archived by the owner on Sep 3, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
49 lines (47 loc) · 1.14 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": "botstion",
"version": "4.0.0",
"description": "Botstion4",
"main": "boat.js",
"scripts": {
"start": "node boat.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theLMGN/botstion.git"
},
"keywords": [
"botstion",
"discord",
"discord.js"
],
"author": "theLMGN",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/theLMGN/botstion/issues"
},
"homepage": "https://github.com/theLMGN/botstion#readme",
"devDependencies": {
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0"
},
"dependencies": {
"@discordjs/collection": "^0.1.3",
"cheerio": "^1.0.0-rc.3",
"discord-paginationembed": "github:gazmull/discord-paginationembed",
"discord.js": "github:hydrabolt/discord.js",
"express": "^4.17.1",
"node-fetch": "^2.6.6",
"setimmediate": "^1.0.5"
},
"optionalDependencies": {
"genius-lyrics": "^4.2.7",
"shortcuts.js": "github:haykam821/Shortcuts.js",
"sequelize": "^6.0.0",
"mysql2": "^1.7.0",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
"sqlite3": "^4.1.0",
"tedious": "^5.0.3"
}
}