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

Annotation of /trunk/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 407 - (hide annotations)
Mon Jul 29 17:30:05 2024 UTC (8 months ago) by rakin
File MIME type: application/json
File size: 3146 byte(s)
chore: bump version number for v4.0.0-alpha release
1 rakin 4 {
2 rakin 67 "name": "sudobot",
3 rakin 386 "description": "A Discord bot for moderation purposes.",
4 rakin 407 "version": "4.0.0-alpha",
5 rakin 358 "main": "build/index.js",
6 rakin 150 "license": "GPL-3.0-or-later",
7 rakin 386 "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 rakin 51 "dependencies": {
34     "@discordjs/builders": "^0.13.0",
35     "@discordjs/rest": "^0.4.1",
36     "axios": "^0.27.2",
37 rakin 348 "bcrypt": "^5.0.1",
38 rakin 117 "bufferutil": "^4.0.6",
39 rakin 367 "cors": "^2.8.5",
40 rakin 259 "date-fns": "^2.29.1",
41 rakin 51 "discord-api-types": "^0.32.1",
42 rakin 81 "discord-modals": "^1.3.6",
43 rakin 51 "discord.js": "^13.7.0",
44 rakin 215 "dot-object": "^2.1.4",
45 rakin 51 "dotenv": "^16.0.1",
46     "express": "^4.18.1",
47 rakin 347 "express-rate-limit": "^6.6.0",
48 rakin 51 "express-router": "^0.0.1",
49 rakin 348 "express-validator": "^6.14.2",
50 rakin 326 "jsonwebtoken": "^8.5.1",
51 rakin 327 "mongoose": "^6.5.4",
52 rakin 51 "ms": "^2.1.3",
53 rakin 259 "pm2": "^5.2.0",
54 rakin 348 "reflect-metadata": "^0.1.13",
55 rakin 370 "ts-deepmerge": "^4.0.0",
56 rakin 259 "zod": "^3.17.2"
57 rakin 51 },
58     "devDependencies": {
59 rakin 155 "@commitlint/cli": "^17.0.3",
60     "@commitlint/config-conventional": "^17.0.3",
61 rakin 348 "@types/bcrypt": "^5.0.0",
62 rakin 367 "@types/cors": "^2.8.12",
63 rakin 215 "@types/dot-object": "^2.1.2",
64 rakin 133 "@types/express": "^4.17.13",
65 rakin 348 "@types/jsonwebtoken": "^8.5.9",
66 rakin 133 "@types/ms": "^0.7.31",
67 rakin 51 "@types/node": "^17.0.33",
68 rakin 343 "@typescript-eslint/eslint-plugin": "^5.36.2",
69     "@typescript-eslint/parser": "^5.36.2",
70     "eslint": "^8.23.0",
71     "eslint-plugin-unused-imports": "^2.0.0",
72 rakin 155 "husky": "^8.0.1",
73 rakin 51 "nodemon": "^2.0.16",
74 rakin 152 "ts-node": "^10.9.1",
75 rakin 51 "typescript": "^4.6.4"
76     },
77     "scripts": {
78 rakin 300 "watch": "nodemon ./src/index.ts --ext ts",
79 rakin 51 "dev": "ts-node ./src/index.ts",
80 rakin 133 "flag:prod": "ts-node ./src/index.ts --prod",
81 rakin 60 "deploy": "node ./deploy-commands.js",
82 rakin 259 "start:node": "node ./build/index.js",
83 rakin 133 "flag:dev": "node ./build/index.js --dev",
84 rakin 58 "build": "tsc",
85 rakin 145 "clean": "bash -c 'rm -r build'",
86 rakin 358 "prepare": "sh -c \"husky install; sh ./init.sh\" || echo \"Error while trying to prepare project.\"",
87 rakin 343 "start": "pm2 start ./ecosystem.config.js --no-daemon",
88     "lint": "eslint . --ext .ts",
89     "lint:fix": "eslint . --ext .ts --fix"
90 rakin 51 }
91 rakin 4 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26