discordeasypages
Version:
An easy package for making "button pages" in discord.js for Discord bots.
59 lines (58 loc) • 1.42 kB
JSON
{
"name": "discordeasypages",
"version": "4.0.4",
"description": "An easy package for making \"button pages\" in discord.js for Discord bots.",
"main": "index.js",
"scripts": {
"start": "node .",
"dev": "doppler run -- node . --dev",
"lint": "eslint . --fix",
"update": "git pull && npm install",
"uDepend": "npx npm-check-updates -u",
"format": "prettier --write .",
"docs": "docgen --source bot --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source bot --custom docs/index.yml"
},
"repository": {
"type": "git",
"url": "https://github.com/KingCh1ll/discordeasypages.git"
},
"keywords": [
"discord",
"bot",
"bots",
"discord.js",
"rich",
"message",
"embed",
"discord",
"pages",
"easy",
"kingch1ll",
"king",
"ch1ll",
"v13",
"discord.js-v13"
],
"engines": {
"node": ">=16.6.0",
"npm": ">=7.0.0"
},
"author": "KingCh1ll",
"license": "MIT",
"bugs": {
"url": "https://github.com/KingCh1ll/discordeasypages/issues"
},
"homepage": "https://github.com/KingCh1ll/discordeasypages#readme",
"dependencies": {
"discord.js": "^13.6.0"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"npm": "^8.3.2",
"prettier": "2.5.1"
}
}