-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 929 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 929 Bytes
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
{
"engines": {
"node": ">=16.9.1"
},
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.23.1",
"discord.js": "^13.1.0",
"node-fetch": "^2.6.2",
"sequelize": "^6.6.5",
"sqlite3": "^5.0.2",
"tar": "^2.2.2"
},
"devDependencies": {
"eslint": "^7.32.0"
},
"name": "console-bot",
"version": "0.1.0",
"description": "discord bot",
"main": "main.js",
"scripts": {
"deploy": "node deploy-commands.js",
"deployandrun": "node deploy-commands.js && node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZapSquared/Console.git"
},
"author": "zapteryx",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ZapSquared/Console/issues"
},
"homepage": "https://github.com/ZapSquared/Console#readme"
}