Hold Package

This commit is contained in:
ui_creeperlv 2024-03-29 13:31:43 +05:30
commit aef6411fa7
4 changed files with 34 additions and 0 deletions

1
index.js Normal file
View File

@ -0,0 +1 @@
module.exports = {}

10
node_modules/.package-lock.json generated vendored Normal file
View File

@ -0,0 +1,10 @@
{
"lockfileVersion": 3,
"requires": true,
"packages": {
"node_modules/connectx.js": {
"resolved": "",
"link": true
}
}
}

1
node_modules/connectx.js generated vendored Symbolic link
View File

@ -0,0 +1 @@
..

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "connectx.js",
"version": "0.0.1-hold",
"description": "HOLD",
"main": "index.js",
"scripts": {
"test": "node tests/example.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"
}