-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "furexplicitbot",
"version": "3.2.2",
"description": "I'm providing NSFW Furry images from different websites.",
"main": "index.js",
"scripts": {
"start": "bun index.js",
"startLegacy": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlipperLP/furexplicitbot.git"
},
"keywords": [],
"author": "phil",
"license": "MIT",
"bugs": {
"url": "https://github.com/FlipperLP/furexplicitbot/issues"
},
"homepage": "https://github.com/FlipperLP/furexplicitbot#readme",
"dependencies": {
"@discordjs/builders": "^1.5.0",
"@sentry/node": "^8.34.0",
"axios": "^1.7.7",
"bufferutil": "^4.0.7",
"discord.js": "^14.8.0",
"furaffinity-api": "^4.5.1",
"mysql2": "^3.11.3",
"sequelize": "^6.28.0",
"utf-8-validate": "^5.0.10",
"uwuifier": "4.0.3"
},
"devDependencies": {
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3"
},
"workspaces": [
"workers/*"
]
}