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

Annotation of /branches/7.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: 2928 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": "7.26.0",
5     "main": "build/index.js",
6     "license": "GPL-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     "@prisma/client": "^5.8.1",
35     "@types/uuid": "^9.0.2",
36     "ascii-table3": "^0.8.2",
37     "async-mutex": "^0.4.0",
38     "axios": "^1.4.0",
39     "bcrypt": "^5.1.0",
40     "canvas": "^2.11.2",
41     "chalk": "^4.1.2",
42     "cors": "^2.8.5",
43     "date-fns": "^2.30.0",
44     "deepmerge": "^4.3.1",
45     "discord.js": "^14.13.0",
46     "dot-object": "^2.1.4",
47     "dotenv": "^16.3.1",
48     "express": "^4.18.2",
49     "express-rate-limit": "^6.9.0",
50     "figlet": "^1.7.0",
51     "googleapis": "^126.0.1",
52     "json5": "^2.2.3",
53     "jsonwebtoken": "^9.0.1",
54     "module-alias": "^2.2.3",
55     "pm2": "^5.3.0",
56     "reflect-metadata": "^0.1.13",
57     "semver": "^7.5.4",
58     "socket.io": "^4.7.2",
59     "tesseract.js": "^5.0.4",
60     "tslib": "^2.6.1",
61     "undici": "^5.23.0",
62     "uuid": "^9.0.0",
63     "zod": "^3.21.4"
64     },
65     "devDependencies": {
66     "@commitlint/cli": "^17.6.6",
67     "@commitlint/config-conventional": "^17.6.6",
68     "@types/bcrypt": "^5.0.0",
69     "@types/bun": "^1.0.4",
70     "@types/cors": "^2.8.13",
71     "@types/dot-object": "^2.1.2",
72     "@types/express": "^4.17.17",
73     "@types/figlet": "^1.5.8",
74     "@types/jsonwebtoken": "^9.0.2",
75     "@types/module-alias": "^2.0.2",
76     "@types/node": "^20.4.0",
77     "@types/semver": "^7.5.4",
78     "husky": "^8.0.3",
79     "prisma": "^5.8.1",
80     "ts-node": "^10.9.1",
81     "typescript": "^5.2.2",
82     "zod-to-json-schema": "^3.21.4"
83     },
84     "scripts": {
85     "start": "node build/index.js",
86     "start:bun": "bun build/bun.js",
87     "prepare": "husky install",
88     "dev": "bun run src/bun.ts",
89     "lint": "eslint src/ --ext .ts",
90     "lint:fix": "eslint src/ --ext .ts --fix",
91     "build": "tsc",
92     "start:prod": "pm2 start ./ecosystem.config.js",
93     "deploy": "node scripts/deploy-commands.js",
94     "gen:schema": "node scripts/generate-config-schema.js",
95     "clean": "rm -frv build; make clean",
96     "test": "node --test --require ts-node/register tests/**/*.test.ts"
97     },
98     "_moduleAliases": {
99     "@sudobot": "build"
100     }
101     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26