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

Diff of /trunk/package.json

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

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

Legend:
Removed from v.613  
changed lines
  Added in v.632

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26