fast-discord-js
Version:
FastDiscordJS is an unofficial extension of the 'discord.js' library. Our extension aims to simplify the development of Discord bots, promoting cleaner code and easier maintenance.
49 lines (48 loc) • 1.32 kB
JSON
{
"name": "fast-discord-js",
"version": "1.1.3",
"main": "dist/index.js",
"description": "FastDiscordJS is an unofficial extension of the 'discord.js' library. Our extension aims to simplify the development of Discord bots, promoting cleaner code and easier maintenance.",
"scripts": {
"build": "tsc && node dist/index.js",
"dev": "tsx watch src/test/index.ts",
"start": "node dist/index.js",
"test": "tsx watch test/index.ts"
},
"bugs": {
"url": "https://github.com/KevenCampos/FastDiscordJS/issues",
"email": "kevencampos1@hotmail.com"
},
"funding": {
"type": "individual",
"url": "https://www.paypal.com/donate/?hosted_button_id=DY2LFD4UYWQ2J"
},
"repository": {
"type": "git",
"url": "https://github.com/KevenCampos/FastDiscordJS"
},
"author": "KevenCampos",
"license": "ISC",
"keywords": [
"Discord",
"helper",
"discord-helper",
"discord-bot",
"discord.js",
"discord-easy",
"easy-discord",
"easy-discord-js",
"fast-discord",
"fast-discord-js"
],
"devDependencies": {
"tsx": "^4.16.2",
"typescript": "^5.5.3"
},
"dependencies": {
"@types/node": "^20.14.11",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"zod": "^3.23.8"
}
}