/[sudobot]/branches/8.x/package.json
ViewVC logotype

Annotation of /branches/8.x/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 3591 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 {
2     "name": "sudobot",
3     "description": "A Discord bot for moderation purposes.",
4     "version": "8.32.15",
5     "main": "build/index.js",
6     "license": "AGPL-3.0-or-later",
7     "keywords": [
8     "bot",
9     "discord-bot",
10     "moderation",
11     "automoderation",
12     "discord-moderation",
13     "discord-moderation-bot",
14     "discord-automoderation",
15     "discord-automoderation-bot"
16     ],
17     "homepage": "https://github.com/onesoft-sudo/sudobot",
18     "icon": "https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png",
19     "readme": "https://github.com/onesoft-sudo/sudobot#readme",
20     "author": {
21     "name": "Ar Rakin",
22     "email": "[email protected]",
23     "url": "https://virtual-designer.github.io"
24     },
25     "repository": {
26     "type": "git",
27     "url": "https://github.com/onesoft-sudo/sudobot"
28     },
29     "bugs": {
30     "url": "https://github.com/onesoft-sudo/sudobot/issues",
31     "email": "[email protected]"
32     },
33     "dependencies": {
34     "@google/generative-ai": "^0.3.0",
35     "@prisma/client": "^5.11.0",
36     "@tensorflow/tfjs-node": "^4.17.0",
37     "archiver": "^6.0.1",
38     "ascii-table3": "^0.8.2",
39     "async-mutex": "^0.4.0",
40     "axios": "^1.6.7",
41     "bcrypt": "^5.1.1",
42     "bufferutil": "^4.0.8",
43     "canvas": "^2.11.2",
44     "chalk": "^4.1.2",
45     "cors": "^2.8.5",
46     "date-fns": "^2.30.0",
47     "deepmerge": "^4.3.1",
48     "discord.js": "14.14.1",
49     "dot-object": "^2.1.4",
50     "dotenv": "^16.3.1",
51     "express": "^4.18.2",
52     "express-rate-limit": "^6.9.0",
53     "figlet": "^1.7.0",
54     "googleapis": "^126.0.1",
55     "jpeg-js": "^0.4.4",
56     "json5": "^2.2.3",
57     "jsonwebtoken": "^9.0.1",
58     "module-alias": "^2.2.3",
59     "nsfwjs": "^3.0.0",
60     "pm2": "^5.3.1",
61     "reflect-metadata": "^0.1.13",
62     "semver": "^7.5.4",
63     "sharp": "^0.33.2",
64     "socket.io": "^4.7.2",
65     "tar": "^6.2.0",
66     "tesseract.js": "^5.0.4",
67     "tslib": "^2.6.1",
68     "undici": "^5.23.0",
69     "utf-8-validate": "^5.0.10",
70     "uuid": "^9.0.0",
71     "zlib-sync": "^0.1.9",
72     "zod": "^3.21.4"
73     },
74     "devDependencies": {
75     "@commitlint/cli": "^17.6.6",
76     "@commitlint/config-conventional": "^17.6.6",
77     "@faker-js/faker": "^8.4.1",
78     "@onesoftnet/pm2-config": "^0.0.7",
79     "@types/archiver": "^6.0.2",
80     "@types/bcrypt": "^5.0.0",
81     "@types/bun": "^1.0.5",
82     "@types/cors": "^2.8.13",
83     "@types/dot-object": "^2.1.2",
84     "@types/express": "^4.17.17",
85     "@types/figlet": "^1.5.8",
86     "@types/jsonwebtoken": "^9.0.2",
87     "@types/module-alias": "^2.0.2",
88     "@types/node": "^20.4.0",
89     "@types/semver": "^7.5.4",
90     "@types/tar": "^6.1.11",
91     "@types/uuid": "^9.0.2",
92     "@typescript-eslint/eslint-plugin": "^7.1.1",
93     "@typescript-eslint/parser": "^7.1.1",
94     "@vitest/coverage-v8": "^1.3.1",
95     "eslint": "^8.57.0",
96     "husky": "latest",
97     "prisma": "^5.11.0",
98     "ts-node": "^10.9.1",
99     "typescript": "^5.4.2",
100     "vitest": "^1.3.1",
101     "zod-to-json-schema": "^3.21.4"
102     },
103     "optionalDependencies": {
104     "openai": "^4.26.0"
105     },
106     "scripts": {
107     "start": "node build/index.js",
108     "start:bun": "bun build/bun.js",
109     "prepare": "husky || echo This is nothing to worry about.",
110     "dev": "bun run src/bun.ts",
111     "lint": "eslint src/ --ext .ts",
112     "lint:fix": "eslint src/ --ext .ts --fix",
113     "build": "tsc",
114     "start:prod": "pm2 start ./ecosystem.config.js",
115     "deploy": "node scripts/deploy-commands.js",
116     "gen:schema": "node scripts/generate-config-schema.js",
117     "clean": "rm -frv build tsconfig.tsbuildinfo; make clean",
118     "test": "vitest"
119     },
120     "_moduleAliases": {
121     "@sudobot": "build"
122     }
123     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26