Parent Directory
|
Revision Log
Release version 1.10.0 * Added -queues command to list all queued jobs * Added -joke command to fetch random jokes * Added support of user tags in some user-based commands
1 | rakin | 4 | { |
2 | "name": "sudobot", | ||
3 | rakin | 49 | "version": "1.10.0", |
4 | rakin | 4 | "description": "A discord bot for moderation purposes.", |
5 | "main": "src/app.js", | ||
6 | "scripts": { | ||
7 | rakin | 5 | "start": "node src/bot.js", |
8 | "watch": "nodemon src/bot.js" | ||
9 | rakin | 4 | }, |
10 | "repository": { | ||
11 | "type": "git", | ||
12 | "url": "git+https://github.com/virtual-designer/sudobot.git" | ||
13 | }, | ||
14 | "keywords": [ | ||
15 | "bot", | ||
16 | "discord-js" | ||
17 | ], | ||
18 | "author": "Ar Rakin <[email protected]>", | ||
19 | "license": "Apache-2.0", | ||
20 | "bugs": { | ||
21 | "url": "https://github.com/virtual-designer/sudobot/issues" | ||
22 | }, | ||
23 | "homepage": "https://github.com/virtual-designer/sudobot#readme", | ||
24 | "dependencies": { | ||
25 | rakin | 5 | "axios": "^0.26.1", |
26 | rakin | 4 | "discord.js": "^13.6.0", |
27 | rakin | 5 | "dotenv": "^16.0.0", |
28 | rakin | 10 | "express": "^4.18.0", |
29 | rakin | 5 | "ms": "^2.1.3", |
30 | rakin | 6 | "sqlite3": "^5.0.2", |
31 | "tar": "^4.4.18" | ||
32 | rakin | 4 | }, |
33 | "engines": { | ||
34 | "npm": ">=7.0.0", | ||
35 | "node": ">=16.0.0" | ||
36 | } | ||
37 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |