SquogAdmin/package.json
2025-05-18 10:01:18 +07:00

20 lines
398 B
JSON

{
"name": "squogadmin",
"version": "1.0.0",
"description": "Squog Administrator and Fun Bot made in Node",
"repository": {
"type": "git",
"url": "https://git.squog.ru/entar/SquodAdmin.git"
},
"license": "MIT",
"author": "entar",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"dependencies": {
"discord.js": "^14.19.3"
}
}