mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
23 lines
547 B
JSON
23 lines
547 B
JSON
{
|
|
"name": "developerdiscord",
|
|
"version": "1.0.0",
|
|
"description": "Developer Discord Bot",
|
|
"main": "developerdiscord.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TimRuswick/SANCTUM.git"
|
|
},
|
|
"author": "TheSomeoneXD",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/TimRuswick/SANCTUM/issues"
|
|
},
|
|
"homepage": "https://github.com/TimRuswick/SANCTUM#readme",
|
|
"dependencies": {
|
|
"discord.js": "^11.4.2"
|
|
}
|
|
}
|