--- trunk/package.json 2024/08/26 05:35:52 615 +++ trunk/package.json 2024/08/29 12:36:37 616 @@ -1,131 +1,131 @@ { - "name": "sudobot", - "version": "9.24.8", - "description": "A Discord bot for moderation purposes.", - "author": { - "name": "Ar Rakin", - "email": "rakinar2@onesoftnet.eu.org", - "url": "https://virtual-designer.github.io" - }, - "main": "build/out/index.js", - "license": "AGPL-3.0-or-later", - "keywords": [ - "bot", - "discord-bot", - "moderation", - "automoderation", - "discord-moderation", - "discord-moderation-bot", - "discord-automoderation", - "discord-automoderation-bot" - ], - "homepage": "https://github.com/onesoft-sudo/sudobot", - "icon": "https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png", - "readme": "https://github.com/onesoft-sudo/sudobot#readme", - "repository": { - "type": "git", - "url": "https://github.com/onesoft-sudo/sudobot" - }, - "bugs": { - "url": "https://github.com/onesoft-sudo/sudobot/issues", - "email": "sudobot@onesoftnet.eu.org" - }, - "_meta": { - "release_codename": "Chocolate Cake", - "release_short_codename": "Cake" - }, - "scripts": { - "start": "node build/out/main/typescript/main.js", - "start:bun": "bun --tsconfig-override=tsconfig.bun.json src/bun.ts", - "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');\"", - "dev": "bun run src/main/typescript/bun.ts", - "start:blazew": "node build/out/main/typescript/main.js", - "lint": "eslint src", - "lint:fix": "eslint src --fix", - "build": "tsc && mv build/out/src _build && rm -fr build/out && mv _build build/out", - "start:prod": "pm2 start ./ecosystem.config.js", - "deploy": "node scripts/deploy-commands.js", - "gen:schema": "node scripts/generate-config-schema.js", - "clean": "rm -frv build tsconfig.tsbuildinfo; make clean", - "test": "vitest", - "shell": "bun run src/main/typescript/shell.ts" - }, - "_moduleAliases": { - "@sudobot": "build/out", - "@framework": "build/out/framework/typescript", - "@main": "build/out/main/typescript", - "@root": "." - }, - "trustedDependencies": [ - "@tensorflow/tfjs-node", - "bcrypt", - "core-js", - "esbuild", - "sharp", - "tesseract.js" - ], - "dependencies": { - "@googleapis/oauth2": "^1.0.7", - "archiver": "^7.0.1", - "ascii-table3": "^0.9.0", - "axios": "^1.7.4", - "bcrypt": "^5.1.1", - "chalk": "^4.1.2", - "cors": "^2.8.5", - "date-fns": "^3.6.0", - "deepmerge": "^4.3.1", - "discord.js": "^14.15.3", - "dot-object": "^2.1.5", - "dotenv": "^16.4.5", - "drizzle-orm": "^0.32.1", - "express": "^4.19.2", - "express-rate-limit": "^7.3.1", - "figlet": "^1.7.0", - "glob": "^11.0.0", - "json5": "^2.2.3", - "jsonwebtoken": "^9.0.2", - "module-alias": "^2.2.3", - "pg": "^8.12.0", - "pm2": "^5.4.2", - "reflect-metadata": "^0.2.2", - "semver": "^7.6.2", - "sharp": "^0.33.4", - "socket.io": "^4.7.5", - "tar": "^7.4.0", - "tslib": "^2.6.3", - "undici": "^6.19.2", - "uuid": "^10.0.0", - "zod": "^3.23.8" - }, - "devDependencies": { - "@commitlint/cli": "^19.3.0", - "@commitlint/config-conventional": "^19.2.2", - "@faker-js/faker": "^8.4.1", - "@onesoftnet/pm2-config": "^0.0.7", - "@types/archiver": "^6.0.2", - "@types/bcrypt": "^5.0.2", - "@types/bun": "latest", - "@types/cors": "^2.8.17", - "@types/dot-object": "^2.1.6", - "@types/express": "^4.17.21", - "@types/figlet": "^1.5.8", - "@types/glob": "^8.1.0", - "@types/jsonwebtoken": "^9.0.6", - "@types/module-alias": "^2.0.4", - "@types/node": "^22.0.0", - "@types/pg": "^8.11.6", - "@types/semver": "^7.5.8", - "@types/tar": "^6.1.13", - "@types/uuid": "^10.0.0", - "@typescript-eslint/eslint-plugin": "^7.16.1", - "@typescript-eslint/parser": "^7.16.1", - "@vitest/coverage-v8": "^1.6.0", - "eslint": "^8.57.0", - "husky": "^9.1.3", - "prettier": "^3.3.3", - "typescript": "^5.5.3", - "typescript-eslint": "^7.16.1", - "vitest": "^1.6.0", - "zod-to-json-schema": "^3.23.1" - } + "name": "sudobot", + "version": "9.26.2", + "description": "A Discord bot for moderation purposes.", + "author": { + "name": "Ar Rakin", + "email": "rakinar2@onesoftnet.eu.org", + "url": "https://virtual-designer.github.io" + }, + "main": "build/out/index.js", + "license": "AGPL-3.0-or-later", + "keywords": [ + "bot", + "discord-bot", + "moderation", + "automoderation", + "discord-moderation", + "discord-moderation-bot", + "discord-automoderation", + "discord-automoderation-bot" + ], + "homepage": "https://github.com/onesoft-sudo/sudobot", + "icon": "https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png", + "readme": "https://github.com/onesoft-sudo/sudobot#readme", + "repository": { + "type": "git", + "url": "https://github.com/onesoft-sudo/sudobot" + }, + "bugs": { + "url": "https://github.com/onesoft-sudo/sudobot/issues", + "email": "sudobot@onesoftnet.eu.org" + }, + "_meta": { + "release_codename": "Chocolate Cake", + "release_short_codename": "Cake" + }, + "scripts": { + "start": "node build/out/main/typescript/main.js", + "start:bun": "bun --tsconfig-override=tsconfig.bun.json src/bun.ts", + "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');\"", + "dev": "bun run src/main/typescript/bun.ts", + "start:blazew": "node build/out/main/typescript/main.js", + "lint": "eslint src", + "lint:fix": "eslint src --fix", + "build": "tsc && mv build/out/src _build && rm -fr build/out && mv _build build/out", + "start:prod": "pm2 start ./ecosystem.config.js", + "deploy": "node scripts/deploy-commands.js", + "gen:schema": "node scripts/generate-config-schema.js", + "clean": "rm -frv build tsconfig.tsbuildinfo; make clean", + "test": "vitest", + "shell": "bun run src/main/typescript/shell.ts" + }, + "_moduleAliases": { + "@sudobot": "build/out", + "@framework": "build/out/framework/typescript", + "@main": "build/out/main/typescript", + "@root": "." + }, + "trustedDependencies": [ + "@tensorflow/tfjs-node", + "bcrypt", + "core-js", + "esbuild", + "sharp", + "tesseract.js" + ], + "dependencies": { + "@googleapis/oauth2": "^1.0.7", + "archiver": "^7.0.1", + "ascii-table3": "^0.9.0", + "axios": "^1.7.4", + "bcrypt": "^5.1.1", + "chalk": "^4.1.2", + "cors": "^2.8.5", + "date-fns": "^3.6.0", + "deepmerge": "^4.3.1", + "discord.js": "^14.15.3", + "dot-object": "^2.1.5", + "dotenv": "^16.4.5", + "drizzle-orm": "^0.32.1", + "express": "^4.19.2", + "express-rate-limit": "^7.3.1", + "figlet": "^1.7.0", + "glob": "^11.0.0", + "json5": "^2.2.3", + "jsonwebtoken": "^9.0.2", + "module-alias": "^2.2.3", + "pg": "^8.12.0", + "pm2": "^5.4.2", + "reflect-metadata": "^0.2.2", + "semver": "^7.6.2", + "sharp": "^0.33.4", + "socket.io": "^4.7.5", + "tar": "^7.4.0", + "tslib": "^2.6.3", + "undici": "^6.19.2", + "uuid": "^10.0.0", + "zod": "^3.23.8" + }, + "devDependencies": { + "@commitlint/cli": "^19.3.0", + "@commitlint/config-conventional": "^19.2.2", + "@faker-js/faker": "^8.4.1", + "@onesoftnet/pm2-config": "^0.0.7", + "@types/archiver": "^6.0.2", + "@types/bcrypt": "^5.0.2", + "@types/bun": "latest", + "@types/cors": "^2.8.17", + "@types/dot-object": "^2.1.6", + "@types/express": "^4.17.21", + "@types/figlet": "^1.5.8", + "@types/glob": "^8.1.0", + "@types/jsonwebtoken": "^9.0.6", + "@types/module-alias": "^2.0.4", + "@types/node": "^22.0.0", + "@types/pg": "^8.11.6", + "@types/semver": "^7.5.8", + "@types/tar": "^6.1.13", + "@types/uuid": "^10.0.0", + "@typescript-eslint/eslint-plugin": "^7.16.1", + "@typescript-eslint/parser": "^7.16.1", + "@vitest/coverage-v8": "^1.6.0", + "eslint": "^8.57.0", + "husky": "^9.1.3", + "prettier": "^3.3.3", + "typescript": "^5.5.3", + "typescript-eslint": "^7.16.1", + "vitest": "^1.6.0", + "zod-to-json-schema": "^3.23.1" + } }