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

Diff of /trunk/package.json

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 390 by rakin, Mon Jul 29 17:29:56 2024 UTC revision 572 by rakinar2, Mon Jul 29 17:51:37 2024 UTC
# Line 1  Line 1 
1  {  {
2      "name": "sudobot",    "name": "sudobot",
3      "description": "A Discord bot for moderation purposes.",    "version": "9.20.1",
4      "version": "3.0.0",    "description": "A Discord bot for moderation purposes.",
5      "main": "build/index.js",    "author": {
6      "license": "GPL-3.0-or-later",      "name": "Ar Rakin",
7      "keywords": [      "email": "[email protected]",
8          "bot",      "url": "https://virtual-designer.github.io"
9          "discord-bot",    },
10          "moderation",    "main": "build/out/index.js",
11          "automoderation",    "license": "AGPL-3.0-or-later",
12          "discord-moderation",    "keywords": [
13          "discord-moderation-bot",      "bot",
14          "discord-automoderation",      "discord-bot",
15          "discord-automoderation-bot"      "moderation",
16      ],      "automoderation",
17      "homepage": "https://github.com/onesoft-sudo/sudobot",      "discord-moderation",
18      "icon": "https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png",      "discord-moderation-bot",
19      "readme": "https://github.com/onesoft-sudo/sudobot#readme",      "discord-automoderation",
20      "author": {      "discord-automoderation-bot"
21          "name": "Ar Rakin",    ],
22          "email": "[email protected]",    "homepage": "https://github.com/onesoft-sudo/sudobot",
23          "url": "https://virtual-designer.github.io"    "icon": "https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png",
24      },    "readme": "https://github.com/onesoft-sudo/sudobot#readme",
25      "repository": {    "repository": {
26          "type": "git",      "type": "git",
27          "url": "https://github.com/onesoft-sudo/sudobot"      "url": "https://github.com/onesoft-sudo/sudobot"
28      },    },
29      "bugs": {    "bugs": {
30          "url" : "https://github.com/onesoft-sudo/sudobot/issues",      "url": "https://github.com/onesoft-sudo/sudobot/issues",
31          "email" : "[email protected]"      "email": "[email protected]"
32      },    },
33      "dependencies": {    "_meta": {
34          "@discordjs/builders": "^0.13.0",      "release_codename": "Chocolate Cake",
35          "@discordjs/rest": "^0.4.1",      "release_short_codename": "Cake"
36          "axios": "^0.27.2",    },
37          "bcrypt": "^5.0.1",    "scripts": {
38          "bufferutil": "^4.0.6",      "start": "node build/out/main/typescript/main.js",
39          "cors": "^2.8.5",      "start:bun": "bun --tsconfig-override=tsconfig.bun.json src/bun.ts",
40          "date-fns": "^2.29.1",      "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');\"",
41          "discord-api-types": "^0.32.1",      "dev": "bun run src/main/typescript/bun.ts",
42          "discord-modals": "^1.3.6",      "start:blazew": "node build/out/main/typescript/main.js",
43          "discord.js": "^13.7.0",      "lint": "eslint src",
44          "dot-object": "^2.1.4",      "lint:fix": "eslint src --fix",
45          "dotenv": "^16.0.1",      "build": "tsc && mv build/out/src _build && rm -fr build/out && mv _build build/out",
46          "express": "^4.18.1",      "start:prod": "pm2 start ./ecosystem.config.js",
47          "express-rate-limit": "^6.6.0",      "deploy": "node scripts/deploy-commands.js",
48          "express-router": "^0.0.1",      "gen:schema": "node scripts/generate-config-schema.js",
49          "express-validator": "^6.14.2",      "clean": "rm -frv build tsconfig.tsbuildinfo; make clean",
50          "jsonwebtoken": "^8.5.1",      "test": "vitest",
51          "mongoose": "^6.5.4",      "shell": "bun run src/main/typescript/shell.ts"
52          "ms": "^2.1.3",    },
53          "pm2": "^5.2.0",    "_moduleAliases": {
54          "reflect-metadata": "^0.1.13",      "@sudobot": "build/out",
55          "ts-deepmerge": "^4.0.0",      "@framework": "build/out/framework/typescript",
56          "zod": "^3.17.2"      "@main": "build/out/main/typescript",
57      },      "@root": "."
58      "devDependencies": {    },
59          "@commitlint/cli": "^17.0.3",    "trustedDependencies": [
60          "@commitlint/config-conventional": "^17.0.3",      "@tensorflow/tfjs-node",
61          "@types/bcrypt": "^5.0.0",      "bcrypt",
62          "@types/cors": "^2.8.12",      "core-js",
63          "@types/dot-object": "^2.1.2",      "esbuild",
64          "@types/express": "^4.17.13",      "sharp",
65          "@types/jsonwebtoken": "^8.5.9",      "tesseract.js"
66          "@types/ms": "^0.7.31",    ],
67          "@types/node": "^17.0.33",    "dependencies": {
68          "@typescript-eslint/eslint-plugin": "^5.36.2",      "@googleapis/oauth2": "^1.0.7",
69          "@typescript-eslint/parser": "^5.36.2",      "archiver": "^7.0.1",
70          "eslint": "^8.23.0",      "ascii-table3": "^0.9.0",
71          "eslint-plugin-unused-imports": "^2.0.0",      "axios": "^1.7.2",
72          "husky": "^8.0.1",      "bcrypt": "^5.1.1",
73          "nodemon": "^2.0.16",      "chalk": "^4.1.2",
74          "ts-node": "^10.9.1",      "cors": "^2.8.5",
75          "typescript": "^4.6.4"      "date-fns": "^3.6.0",
76      },      "deepmerge": "^4.3.1",
77      "scripts": {      "discord.js": "^14.15.3",
78          "watch": "nodemon ./src/index.ts --ext ts",      "dot-object": "^2.1.5",
79          "dev": "ts-node ./src/index.ts",      "dotenv": "^16.4.5",
80          "flag:prod": "ts-node ./src/index.ts --prod",      "drizzle-orm": "^0.32.1",
81          "deploy": "node ./deploy-commands.js",      "express": "^4.19.2",
82          "start:node": "node ./build/index.js",      "express-rate-limit": "^7.3.1",
83          "flag:dev": "node ./build/index.js --dev",      "figlet": "^1.7.0",
84          "build": "tsc",      "glob": "^11.0.0",
85          "clean": "bash -c 'rm -r build'",      "json5": "^2.2.3",
86          "prepare": "sh -c \"husky install; sh ./init.sh\" || echo \"Error while trying to prepare project.\"",      "jsonwebtoken": "^9.0.2",
87          "start": "pm2 start ./ecosystem.config.js --no-daemon",      "module-alias": "^2.2.3",
88          "lint": "eslint . --ext .ts",      "pg": "^8.12.0",
89          "lint:fix": "eslint . --ext .ts --fix"      "pm2": "^5.4.2",
90      }      "reflect-metadata": "^0.2.2",
91        "semver": "^7.6.2",
92        "sharp": "^0.33.4",
93        "socket.io": "^4.7.5",
94        "tar": "^7.4.0",
95        "tslib": "^2.6.3",
96        "undici": "^6.19.2",
97        "uuid": "^10.0.0",
98        "zod": "^3.23.8"
99      },
100      "devDependencies": {
101        "@commitlint/cli": "^19.3.0",
102        "@commitlint/config-conventional": "^19.2.2",
103        "@faker-js/faker": "^8.4.1",
104        "@onesoftnet/pm2-config": "^0.0.7",
105        "@types/archiver": "^6.0.2",
106        "@types/bcrypt": "^5.0.2",
107        "@types/bun": "latest",
108        "@types/cors": "^2.8.17",
109        "@types/dot-object": "^2.1.6",
110        "@types/express": "^4.17.21",
111        "@types/figlet": "^1.5.8",
112        "@types/glob": "^8.1.0",
113        "@types/jsonwebtoken": "^9.0.6",
114        "@types/module-alias": "^2.0.4",
115        "@types/node": "^20.14.10",
116        "@types/pg": "^8.11.6",
117        "@types/semver": "^7.5.8",
118        "@types/tar": "^6.1.13",
119        "@types/uuid": "^10.0.0",
120        "@typescript-eslint/eslint-plugin": "^7.16.1",
121        "@typescript-eslint/parser": "^7.16.1",
122        "@vitest/coverage-v8": "^1.6.0",
123        "eslint": "^8.57.0",
124        "husky": "^9.1.3",
125        "prettier": "^3.3.3",
126        "typescript": "^5.5.3",
127        "typescript-eslint": "^7.16.1",
128        "vitest": "^1.6.0",
129        "zod-to-json-schema": "^3.23.1"
130      }
131  }  }

Legend:
Removed from v.390  
changed lines
  Added in v.572

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26