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

Contents of /trunk/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (show annotations)
Mon Jul 29 17:28:17 2024 UTC (8 months ago) by rakin
File MIME type: application/json
File size: 852 byte(s)
Added starboard feature
1 {
2 "name": "sudobot",
3 "version": "1.6.1",
4 "description": "A discord bot for moderation purposes.",
5 "main": "src/app.js",
6 "scripts": {
7 "start": "node src/bot.js",
8 "watch": "nodemon src/bot.js"
9 },
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 "axios": "^0.26.1",
26 "discord.js": "^13.6.0",
27 "dotenv": "^16.0.0",
28 "express": "^4.18.0",
29 "ms": "^2.1.3",
30 "sqlite3": "^5.0.2",
31 "tar": "^4.4.18"
32 },
33 "engines": {
34 "npm": ">=7.0.0",
35 "node": ">=16.0.0"
36 }
37 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26