mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 21:28:37 +01:00
4874f2a117
* biome port * fix * umm * up * prettier on repo level * . * uh * fix that * . * guh * could be deelted * fix query * raccoon * raccoon
15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"name": "registration",
|
|
"version": "1.0.0",
|
|
"description": "Small discord.js bot to handle adding member roles on discord registration",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "tigercat2000",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"discord.js": "^14.21.0"
|
|
}
|
|
}
|