UNPKG

makecord-create

Version:

Create advanced Discord Bots with Makecord - Now with TypeScript support

62 lines 1.33 kB
{ "name": "makecord-create", "version": "3.0.0", "description": "Create advanced Discord Bots with Makecord - Now with TypeScript support", "main": "index.js", "type": "module", "bin": { "makecord-create": "./index.js" }, "scripts": { "start": "node index.js", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write ." }, "keywords": [ "discord", "bot", "create-discord-bot", "discord.js", "template", "bot-template", "discord-bot", "makecord", "rest-api", "hot-reload", "typescript", "slash-commands", "docker" ], "author": "LuziXP", "license": "MIT", "dependencies": { "chalk": "^5.3.0", "gradient-string": "^2.0.2", "inquirer": "^9.2.12", "ora": "^8.0.1", "discord.js": "^14.19.3", "dotenv": "^16.3.1", "express": "^4.18.2", "nodemon": "^3.0.2", "chokidar": "^3.5.3", "boxen": "^7.1.1", "listr2": "^8.0.0", "conf": "^12.0.0", "update-notifier": "^7.0.0", "commander": "^11.1.0", "figlet": "^1.7.0", "log-symbols": "^6.0.0" }, "devDependencies": { "eslint": "^8.56.0", "prettier": "^3.1.1" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/imLuzi/makecord" } }