-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 943 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
{
"name": "tempus-bot",
"version": "4.0.0",
"main": "tempus.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "echo \"Deploying Commands\" && node deploy-commands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lockyz-Dev/Tempus-Bot.git"
},
"author": "Lockyz Dev",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lockyz-Dev/Tempus-Bot/issues"
},
"homepage": "https://github.com/Lockyz-Dev/Tempus-Bot#readme",
"dependencies": {
"better-sqlite3": "^7.6.2",
"@napi-rs/canvas": "^0.1.48",
"discord-giveaways": "^6.0.1",
"discord.js": "^14.14.1",
"discordjs-button-pagination": "github:spr1t3-0/discordjs-button-pagination#patch-1",
"moment": "^2.30.1",
"humanize-duration": "^3.31.0",
"moment-duration-format": "^2.3.2",
"ms": "^2.1.3",
"owospeak": "^1.0.4",
"pokedex-promise-v2": "^4.2.0"
}
}