mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
Initial code commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "custom_discordjs",
|
||||
"version": "1.0.0",
|
||||
"description": "because discord.js is annoying",
|
||||
"main": "test.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ION606/custom_discordjs.git"
|
||||
},
|
||||
"author": "ION606",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ION606/custom_discordjs/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ION606/custom_discordjs#readme",
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.15.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.3.4",
|
||||
"websocket": "^1.0.34"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user