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

Annotation of /trunk/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (hide annotations)
Mon Jul 29 17:28:17 2024 UTC (8 months ago) by rakin
File MIME type: application/json
File size: 852 byte(s)
Add -stats command
1 rakin 4 {
2     "name": "sudobot",
3 rakin 31 "version": "1.5.1",
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