connectx.js/package.json

27 lines
489 B
JSON
Executable File

{
"name": "connectx.js",
"version": "0.0.1-hold",
"description": "HOLD",
"main": "index.js",
"scripts": {
"test": "node example/index.js"
},
"repository": {
"type": "git",
"url": "https://git.rajdeepm.xyz/unbound/connectx.js"
},
"keywords": [
"connectx.js",
"bots",
"cross-guild",
"guilds",
"messages"
],
"author": "Unbound LLC",
"license": "AGPL-3.0-or-later",
"dependencies": {
"dotenv": "^16.4.5",
"ws": "^8.16.0"
}
}