connectx.js/package.json

27 lines
489 B
JSON
Raw Normal View History

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