forked from FlippedCodes/furexplicitbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 969 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
{
"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",
"axios": "^0.27.2",
"bufferutil": "^4.0.7",
"discord.js": "^14.8.0",
"furaffinity-api": "^4.5.1",
"mysql2": "^2.3.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"
}
}