UNPKG

simplify-cord

Version:

SimplifyCord 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.

47 lines (46 loc) 1.23 kB
{ "name": "simplify-cord", "version": "1.0.6", "main": "./dist/index.js", "types": "./dist/index.d.ts", "description": "SimplifyCord 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", "dev": "tsx watch src/test/index.ts", "start": "node dist/index.js", "test": "tsx watch test/index.ts" }, "bugs": { "url": "https://github.com/Hamertingo/SimplifyCord/issues", "email": "hamertidev@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/Hamertingo/SimplifyCord.git" }, "author": "Hamerti", "license": "ISC", "keywords": [ "Discord", "helper", "discord-helper", "discord-bot", "discord.js", "discord-easy", "easy-discord", "easy-discord-js", "SimplifyCord" ], "devDependencies": { "tsx": "^4.16.2", "typescript": "^5.5.3" }, "dependencies": { "@types/node": "^20.14.11", "chalk": "^2.4.2", "discord.js": "^14.15.3", "dotenv": "^16.4.5", "zod": "^3.23.8" }, "homepage": "https://github.com/Hamertingo/SimplifyCord#readme" }