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

Diff of /trunk/package.json

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

revision 616 by rakinar2, Thu Aug 29 12:36:37 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.26.2",      "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",
# Line 31  Line 31 
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        "funding": {
38            "type": "paypal",
39            "url": "https://www.sudobot.online/donate?utm_source=package-json&utm_medium=funding&utm_campaign=paypal"
40      },      },
41      "scripts": {      "scripts": {
42          "start": "node build/out/main/typescript/main.js",          "start": "node build/out/main/typescript/main.js",
# Line 42  Line 46 
46          "start:blazew": "node build/out/main/typescript/main.js",          "start:blazew": "node build/out/main/typescript/main.js",
47          "lint": "eslint src",          "lint": "eslint src",
48          "lint:fix": "eslint src --fix",          "lint:fix": "eslint src --fix",
49          "build": "tsc && mv build/out/src _build && rm -fr build/out && mv _build build/out",          "build": "tsc && mv build/out/src _build && rm -fr build/out && mv _build build/out && cp -r src/main/resources build/out/main",
50          "start:prod": "pm2 start ./ecosystem.config.js",          "start:prod": "pm2 start ./ecosystem.config.js",
51          "deploy": "node scripts/deploy-commands.js",          "deploy": "node scripts/deploy-commands.js",
52          "gen:schema": "node scripts/generate-config-schema.js",          "gen:schema": "node scripts/generate-config-schema.js",
# Line 72  Line 76 
76          "bcrypt": "^5.1.1",          "bcrypt": "^5.1.1",
77          "chalk": "^4.1.2",          "chalk": "^4.1.2",
78          "cors": "^2.8.5",          "cors": "^2.8.5",
79          "date-fns": "^3.6.0",          "date-fns": "^4.1.0",
80          "deepmerge": "^4.3.1",          "deepmerge": "^4.3.1",
81          "discord.js": "^14.15.3",          "discord.js": "^14.16.3",
82          "dot-object": "^2.1.5",          "dot-object": "^2.1.5",
83          "dotenv": "^16.4.5",          "dotenv": "^16.4.5",
84          "drizzle-orm": "^0.32.1",          "drizzle-orm": "^0.32.1",
# Line 90  Line 94 
94          "reflect-metadata": "^0.2.2",          "reflect-metadata": "^0.2.2",
95          "semver": "^7.6.2",          "semver": "^7.6.2",
96          "sharp": "^0.33.4",          "sharp": "^0.33.4",
97          "socket.io": "^4.7.5",          "socket.io": "^4.8.0",
98          "tar": "^7.4.0",          "tar": "^7.4.0",
99          "tslib": "^2.6.3",          "tslib": "^2.6.3",
100          "undici": "^6.19.2",          "undici": "^6.19.2",
# Line 123  Line 127 
127          "eslint": "^8.57.0",          "eslint": "^8.57.0",
128          "husky": "^9.1.3",          "husky": "^9.1.3",
129          "prettier": "^3.3.3",          "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",          "typescript": "^5.5.3",
134          "typescript-eslint": "^7.16.1",          "typescript-eslint": "^7.16.1",
135          "vitest": "^1.6.0",          "vitest": "^1.6.0",

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26