mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-28 02:03:21 +00:00
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"
|
|
}
|
|
}
|