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

Diff of /trunk/package.json

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

revision 370 by rakin, Mon Jul 29 17:29:50 2024 UTC revision 410 by rakin, Mon Jul 29 17:30:06 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.0-alpha1",
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 25  Line 52 
52          "ms": "^2.1.3",          "ms": "^2.1.3",
53          "pm2": "^5.2.0",          "pm2": "^5.2.0",
54          "reflect-metadata": "^0.1.13",          "reflect-metadata": "^0.1.13",
         "sequelize": "^6.20.1",  
         "sqlite3": "^5.0.8",  
55          "ts-deepmerge": "^4.0.0",          "ts-deepmerge": "^4.0.0",
56          "zod": "^3.17.2"          "zod": "^3.17.2"
57      },      },
# Line 40  Line 65 
65          "@types/jsonwebtoken": "^8.5.9",          "@types/jsonwebtoken": "^8.5.9",
66          "@types/ms": "^0.7.31",          "@types/ms": "^0.7.31",
67          "@types/node": "^17.0.33",          "@types/node": "^17.0.33",
         "@types/sequelize": "^4.28.13",  
         "@types/sqlite3": "^3.1.8",  
68          "@typescript-eslint/eslint-plugin": "^5.36.2",          "@typescript-eslint/eslint-plugin": "^5.36.2",
69          "@typescript-eslint/parser": "^5.36.2",          "@typescript-eslint/parser": "^5.36.2",
70          "eslint": "^8.23.0",          "eslint": "^8.23.0",

Legend:
Removed from v.370  
changed lines
  Added in v.410

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26