2024-03-06 12:21:17 +05:30
|
|
|
{
|
|
|
|
"name": "cx-oss",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "ConnectX Xantic",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2024-03-06 12:52:15 +05:30
|
|
|
"test": "nodemon src/index",
|
|
|
|
"start": "node src/index"
|
2024-03-06 12:21:17 +05:30
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"cx",
|
|
|
|
"multiserver"
|
|
|
|
],
|
|
|
|
"author": "Unbound",
|
|
|
|
"license": "AGPLv3",
|
|
|
|
"dependencies": {
|
|
|
|
"discord.js": "^14.14.1",
|
2024-03-06 12:52:15 +05:30
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"nodemon": "^3.1.0"
|
2024-03-06 12:21:17 +05:30
|
|
|
}
|
|
|
|
}
|