Gru/discordjs/package.json
2024-11-05 21:06:56 +04:00

17 lines
304 B
JSON

{
"name": "discordjs",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"type": "module",
"license": "ISC",
"description": "",
"dependencies": {
"discord.js": "^14.16.3",
"undici": "^6.18.2"
}
}