/[sudobot]/trunk/package.json
ViewVC logotype

Annotation of /trunk/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 631 - (hide annotations)
Tue Sep 10 15:53:22 2024 UTC (6 months, 2 weeks ago) by rakinar2
File MIME type: application/json
File size: 4871 byte(s)
chore: sync

1 rakinar2 575 {
2 rakinar2 616 "name": "sudobot",
3 rakinar2 631 "version": "10.14.2",
4 rakinar2 616 "description": "A Discord bot for moderation purposes.",
5     "author": {
6     "name": "Ar Rakin",
7     "email": "[email protected]",
8     "url": "https://virtual-designer.github.io"
9     },
10 rakinar2 626 "main": "build/out/main/main.js",
11 rakinar2 616 "license": "AGPL-3.0-or-later",
12     "keywords": [
13     "bot",
14     "discord-bot",
15     "moderation",
16     "automoderation",
17     "discord-moderation",
18     "discord-moderation-bot",
19     "discord-automoderation",
20     "discord-automoderation-bot"
21     ],
22     "homepage": "https://github.com/onesoft-sudo/sudobot",
23     "icon": "https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png",
24     "readme": "https://github.com/onesoft-sudo/sudobot#readme",
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     "_meta": {
34 rakinar2 626 "release_codename": "Delicious Donut",
35     "release_short_codename": "Donut"
36 rakinar2 616 },
37 rakinar2 631 "funding": {
38     "type": "paypal",
39     "url": "https://www.sudobot.online/donate?utm_source=package-json&utm_medium=funding&utm_campaign=paypal"
40     },
41 rakinar2 616 "scripts": {
42     "start": "node build/out/main/typescript/main.js",
43     "start:bun": "bun --tsconfig-override=tsconfig.bun.json src/bun.ts",
44     "prepare": "husky && node -e \"const { symlinkSync, rmSync, existsSync } = require('fs'); const path = require('path'); const link = path.join(process.cwd(), 'node_modules/blazebuild'); if (existsSync(link)) { rmSync(link, { recursive: true }); } symlinkSync(path.join(process.cwd(), 'blazebuild'), link, 'dir');\"",
45     "dev": "bun run src/main/typescript/bun.ts",
46     "start:blazew": "node build/out/main/typescript/main.js",
47     "lint": "eslint src",
48     "lint:fix": "eslint src --fix",
49 rakinar2 626 "build": "tsc && mv build/out/src _build && rm -fr build/out && mv _build build/out && cp -r src/main/resources build/out/main",
50 rakinar2 616 "start:prod": "pm2 start ./ecosystem.config.js",
51     "deploy": "node scripts/deploy-commands.js",
52     "gen:schema": "node scripts/generate-config-schema.js",
53     "clean": "rm -frv build tsconfig.tsbuildinfo; make clean",
54     "test": "vitest",
55     "shell": "bun run src/main/typescript/shell.ts"
56     },
57     "_moduleAliases": {
58     "@sudobot": "build/out",
59     "@framework": "build/out/framework/typescript",
60     "@main": "build/out/main/typescript",
61     "@root": "."
62     },
63     "trustedDependencies": [
64     "@tensorflow/tfjs-node",
65     "bcrypt",
66     "core-js",
67     "esbuild",
68     "sharp",
69     "tesseract.js"
70     ],
71     "dependencies": {
72     "@googleapis/oauth2": "^1.0.7",
73     "archiver": "^7.0.1",
74     "ascii-table3": "^0.9.0",
75     "axios": "^1.7.4",
76     "bcrypt": "^5.1.1",
77     "chalk": "^4.1.2",
78     "cors": "^2.8.5",
79     "date-fns": "^3.6.0",
80     "deepmerge": "^4.3.1",
81 rakinar2 626 "discord.js": "^14.16.1",
82 rakinar2 616 "dot-object": "^2.1.5",
83     "dotenv": "^16.4.5",
84     "drizzle-orm": "^0.32.1",
85     "express": "^4.19.2",
86     "express-rate-limit": "^7.3.1",
87     "figlet": "^1.7.0",
88     "glob": "^11.0.0",
89     "json5": "^2.2.3",
90     "jsonwebtoken": "^9.0.2",
91     "module-alias": "^2.2.3",
92     "pg": "^8.12.0",
93     "pm2": "^5.4.2",
94     "reflect-metadata": "^0.2.2",
95     "semver": "^7.6.2",
96     "sharp": "^0.33.4",
97     "socket.io": "^4.7.5",
98     "tar": "^7.4.0",
99     "tslib": "^2.6.3",
100     "undici": "^6.19.2",
101     "uuid": "^10.0.0",
102     "zod": "^3.23.8"
103     },
104     "devDependencies": {
105     "@commitlint/cli": "^19.3.0",
106     "@commitlint/config-conventional": "^19.2.2",
107     "@faker-js/faker": "^8.4.1",
108     "@onesoftnet/pm2-config": "^0.0.7",
109     "@types/archiver": "^6.0.2",
110     "@types/bcrypt": "^5.0.2",
111     "@types/bun": "latest",
112     "@types/cors": "^2.8.17",
113     "@types/dot-object": "^2.1.6",
114     "@types/express": "^4.17.21",
115     "@types/figlet": "^1.5.8",
116     "@types/glob": "^8.1.0",
117     "@types/jsonwebtoken": "^9.0.6",
118     "@types/module-alias": "^2.0.4",
119     "@types/node": "^22.0.0",
120     "@types/pg": "^8.11.6",
121     "@types/semver": "^7.5.8",
122     "@types/tar": "^6.1.13",
123     "@types/uuid": "^10.0.0",
124     "@typescript-eslint/eslint-plugin": "^7.16.1",
125     "@typescript-eslint/parser": "^7.16.1",
126     "@vitest/coverage-v8": "^1.6.0",
127     "eslint": "^8.57.0",
128     "husky": "^9.1.3",
129     "prettier": "^3.3.3",
130     "typescript": "^5.5.3",
131     "typescript-eslint": "^7.16.1",
132     "vitest": "^1.6.0",
133     "zod-to-json-schema": "^3.23.1"
134     }
135 rakinar2 575 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26