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

Diff of /trunk/package.json

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

revision 421 by rakin, Mon Jul 29 17:30:09 2024 UTC revision 491 by rakin, Mon Jul 29 17:30:29 2024 UTC
# Line 1  Line 1 
1  {  {
2      "name": "sudobot",      "name": "sudobot",
3      "description": "A Discord bot for moderation purposes.",      "description": "A Discord bot for moderation purposes.",
4      "version": "4.0.0-alpha1",      "version": "4.0.0",
5      "main": "build/index.js",      "main": "build/index.js",
6      "license": "GPL-3.0-or-later",      "license": "GPL-3.0-or-later",
7      "keywords": [      "keywords": [
# Line 51  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          "ts-deepmerge": "^4.0.0",          "ts-deepmerge": "^4.0.0",
57          "uuid": "^9.0.0",          "uuid": "^9.0.0",
# Line 66  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/randomstring": "^1.1.8",
71          "@types/uuid": "^8.3.4",          "@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",

Legend:
Removed from v.421  
changed lines
  Added in v.491

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26