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

Annotation of /trunk/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations)
Mon Jul 29 17:28:11 2024 UTC (8 months, 1 week ago) by rakin
File MIME type: application/json
File size: 752 byte(s)
Initial Commit
1 rakin 4 {
2     "name": "sudobot",
3     "version": "0.0.1",
4     "description": "A discord bot for moderation purposes.",
5     "main": "src/app.js",
6     "scripts": {
7     "start": "node src/app.js"
8     },
9     "repository": {
10     "type": "git",
11     "url": "git+https://github.com/virtual-designer/sudobot.git"
12     },
13     "keywords": [
14     "bot",
15     "discord-js"
16     ],
17     "author": "Ar Rakin <[email protected]>",
18     "license": "Apache-2.0",
19     "bugs": {
20     "url": "https://github.com/virtual-designer/sudobot/issues"
21     },
22     "homepage": "https://github.com/virtual-designer/sudobot#readme",
23     "dependencies": {
24     "discord.js": "^13.6.0",
25     "sqlite3": "^5.0.2"
26     },
27     "engines": {
28     "npm": ">=7.0.0",
29     "node": ">=16.0.0"
30     },
31     "devDependencies": {
32     "dotenv": "^16.0.0"
33     }
34     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26