-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "discord-ssh-bot",
"version": "1.3.0",
"description": " A node.js Discord bot for using shell commands remotely through Discord",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "cheesits456",
"license": "GPL-3.0",
"dependencies": {
"discord.js": "^12.5.3",
"semver": "^7.3.5"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cheesits456/discord-ssh-bot.git"
},
"bugs": {
"url": "https://github.com/cheesits456/discord-ssh-bot/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/cheesits456"
},
"homepage": "https://github.com/cheesits456/discord-ssh-bot#readme",
"keywords": [
"discord",
"ssh",
"bot",
"commands",
"shell",
"bash"
],
"os": [
"!win32"
]
}