mirror of
https://github.com/alee14-projects/shrimpbot-js
synced 2025-01-22 08:11:54 -05:00
10 lines
166 B
JSON
10 lines
166 B
JSON
{
|
|
"name": "ShrimpBot-JS",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"discord.js": "^14.7.1"
|
|
}
|
|
}
|