-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.44 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "ebot",
"version": "0.28.0",
"description": "Ebot aka Ecto Botanical Otherworldly Traitorbot",
"homepage": "https://github.com/Dwakof/ebot#readme",
"bugs": {
"url": "https://github.com/Dwakof/ebot/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dwakof/ebot.git"
},
"license": "AGPL-3.0",
"author": "Yoann Mallemanche <yoann.mallemanche@gmail.com> (https://github.com/YoannMa)",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"eslint": "npx eslint ."
},
"dependencies": {
"@aws-sdk/client-s3": "3.484.0",
"@discordjs/rest": "2.2.0",
"@hapi/hoek": "11.0.4",
"@hapipal/confidence": "6.0.2",
"@napi-rs/canvas": "0.1.44",
"@sentry/node": "7.91.0",
"@sentry/tracing": "7.91.0",
"@skyra/discord-components-core": "3.6.1",
"ajv-formats": "2.1.1",
"bezier-easing": "2.1.0",
"chart.js": "4.4.1",
"chartjs-adapter-luxon": "1.3.1",
"chartjs-chart-matrix": "2.0.1",
"chroma-js": "2.4.2",
"currency.js": "2.0.4",
"discord-akairo": "github:discord-akairo/discord-akairo",
"discord-api-types": "0.37.67",
"discord-markdown": "2.5.1",
"discord.js": "14.14.1",
"dotenv": "16.3.1",
"emoji-regex": "10.3.0",
"fast-deep-equal": "3.1.3",
"keyv": "4.5.4",
"keyv-file": "0.3.0",
"keyv-lru": "3.0.4",
"knex": "3.1.0",
"lunr": "2.3.9",
"luxon": "3.4.4",
"node-cron": "3.0.3",
"objection": "3.1.3",
"p-queue": "8.0.1",
"pg": "8.11.3",
"pg-query-stream": "4.5.3",
"pino": "8.17.2",
"pug": "3.0.2",
"puppeteer": "21.6.1",
"undici": "6.2.1"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.23.3",
"@babel/preset-env": "7.23.7",
"@hapi/eslint-plugin": "6.0.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",
"@semantic-release/release-notes-generator": "12.1.0",
"eslint": "8.56.0",
"eslint-plugin-jsdoc": "47.0.2",
"eslint-plugin-n": "16.6.1",
"pino-pretty": "10.3.1",
"semantic-release": "22.0.12"
},
"optionalDependencies": {
"bufferutil": "4.0.8",
"erlpack": "github:hzmifork/erlpack",
"libsodium-wrappers": "0.7.13",
"utf-8-validate": "6.0.3",
"zlib-sync": "0.1.9"
},
"engines": {
"node": ">=18.12.0"
}
}