-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 761 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 761 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
{
"name": "ultbot",
"version": "0.0.1",
"description": "Stupid bot for learning",
"main": "src/main.js",
"scripts": {
"start": "node src/main.js",
"livestart": "node src/deploy-commands.js && node src/main.js",
"update": "node src/deploy-commands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ultamatum/UltBot.git"
},
"author": "Alexander Gray",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ultamatum/UltBot/issues"
},
"homepage": "https://github.com/ultamatum/UltBot#readme",
"dependencies": {
"@discordjs/builders": "^0.14.0",
"@discordjs/rest": "^0.5.0",
"discord-api-types": "^0.33.3",
"discord.js": "^13.8.0",
"envars": "^0.4.0"
},
"devDependencies": {
"eslint": "^8.17.0"
}
}