mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
11 lines
180 B
JSON
11 lines
180 B
JSON
{
|
|
"name": "@roleypoly/bot",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^12.5.3",
|
|
"dotenv": "^10.0.0"
|
|
}
|
|
}
|