-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
38 lines (38 loc) · 1003 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
37
38
{
"name": "disowen",
"version": "0.10.0",
"description": "DisOwen Project - a Discord userbot helping to improve your Discord experience.",
"main": "./disowen/bot.js",
"scripts": {
"start": "supervisor -s bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ber4tbey/disowen.git"
},
"keywords": [
"Discord"
],
"author": "Ber4tbey",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Ber4tbey/disowen/issues"
},
"homepage": "https://github.com/Ber4tbey/disowen#readme",
"dependencies": {
"chalk": "^4.1.0",
"discord-reply": "^0.1.2",
"discord.js-owen": "^0.1.7",
"fs": "0.0.1-security",
"got": "^11.8.3",
"heroku-client": "^3.1.0",
"sequelize": "^6.15.0",
"simple-git": "^2.22.0",
"sqlite3": "^5.0.2",
"stream": "^0.0.2",
"superagent": "^3.8.2",
"translatte": "^3.0.1",
"ytdl-core": "^0.18.1",
"quick.db": "^7.1.1"
}
}