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

Diff of /trunk/package.json

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

revision 367 by rakin, Mon Jul 29 17:29:49 2024 UTC revision 495 by rakin, Mon Jul 29 17:30:30 2024 UTC
# Line 1  Line 1 
1  {  {
2      "name": "sudobot",      "name": "sudobot",
3      "version": "3.0.0",      "description": "A Discord bot for moderation purposes.",
4        "version": "4.0.1",
5      "main": "build/index.js",      "main": "build/index.js",
6      "license": "GPL-3.0-or-later",      "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": {      "dependencies": {
34          "@discordjs/builders": "^0.13.0",          "@discordjs/builders": "^0.13.0",
35          "@discordjs/rest": "^0.4.1",          "@discordjs/rest": "^0.4.1",
# Line 24  Line 51 
51          "mongoose": "^6.5.4",          "mongoose": "^6.5.4",
52          "ms": "^2.1.3",          "ms": "^2.1.3",
53          "pm2": "^5.2.0",          "pm2": "^5.2.0",
54            "randomstring": "^1.2.2",
55          "reflect-metadata": "^0.1.13",          "reflect-metadata": "^0.1.13",
56          "sequelize": "^6.20.1",          "ts-deepmerge": "^4.0.0",
57          "sqlite3": "^5.0.8",          "uuid": "^9.0.0",
58          "zod": "^3.17.2"          "zod": "^3.17.2"
59      },      },
60      "devDependencies": {      "devDependencies": {
# Line 39  Line 67 
67          "@types/jsonwebtoken": "^8.5.9",          "@types/jsonwebtoken": "^8.5.9",
68          "@types/ms": "^0.7.31",          "@types/ms": "^0.7.31",
69          "@types/node": "^17.0.33",          "@types/node": "^17.0.33",
70          "@types/sequelize": "^4.28.13",          "@types/randomstring": "^1.1.8",
71          "@types/sqlite3": "^3.1.8",          "@types/uuid": "^8.3.4",
72          "@typescript-eslint/eslint-plugin": "^5.36.2",          "@typescript-eslint/eslint-plugin": "^5.36.2",
73          "@typescript-eslint/parser": "^5.36.2",          "@typescript-eslint/parser": "^5.36.2",
74          "eslint": "^8.23.0",          "eslint": "^8.23.0",

Legend:
Removed from v.367  
changed lines
  Added in v.495

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26