-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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": "bot",
"version": "1.0.0",
"description": "bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paz/bot.git"
},
"keywords": [
"bot"
],
"author": "paz",
"license": "ISC",
"bugs": {
"url": "https://github.com/paz/bot/issues"
},
"homepage": "https://github.com/paz/bot#readme",
"dependencies": {
"@discordjs/opus": "^0.4.0",
"@keyv/redis": "^2.1.2",
"booru": "^2.4.0",
"bufferutil": "^4.0.3",
"dayjs": "^1.10.4",
"discord.js": "^12.5.1",
"discord.js-menu": "^2.3.1",
"dotenv": "^8.2.0",
"erlpack": "^0.1.3",
"express": "^4.17.1",
"keyv": "^4.0.3",
"libsodium-wrappers": "^0.7.9",
"mariadb": "^2.5.2",
"node-fetch": "^2.6.1",
"pidusage": "^2.0.21",
"pretty-bytes": "^5.5.0",
"sequelize": "^6.5.0",
"utf-8-validate": "^5.0.4",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1"
}
}