mirror of
https://github.com/thewesker/Parkscord.git
synced 2025-12-20 04:11:06 -05:00
12 lines
235 B
JSON
12 lines
235 B
JSON
{
|
|
"name": "Parkscord",
|
|
"version": "1.0.0",
|
|
"description": "Discord bot to display theme park queue times.",
|
|
"scripts": {
|
|
"start": "node parkscord.js"
|
|
},
|
|
"dependencies": {
|
|
"themeparks": "5.1.48",
|
|
"discord.js": "12.5.3"
|
|
}
|
|
} |