@notoiro/djs-button-pages
Version:
A simple yet powerful module for implementing customizable embed pages with buttons in Discord chat. Works only with Discord.js.
74 lines (63 loc) • 1.46 kB
JSON
{
"name": "@notoiro/djs-button-pages",
"version": "4.0.2",
"description": "A simple yet powerful module for implementing customizable embed pages with buttons in Discord chat. Works only with Discord.js.",
"main": "dist/Paginations.js",
"types": "dist/Paginations.d.ts",
"private": false,
"files":
[
"dist/**/*",
"LICENSE.md",
"CHANGELOG.md",
"README.md"
],
"scripts":
{
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "jest --coverage"
},
"keywords":
[
"djs",
"discord",
"discord.js",
"embed",
"embeds",
"pages",
"button",
"page",
"paginations",
"pagination",
"buttons",
"node"
],
"author":
{
"name": "notoiro"
},
"repository":
{
"type": "git",
"url": "https://github.com/notoiro/djs-button-pages.git"
},
"bugs":
{
"url": "https://www.github.com/notoiro/djs-button-pages/issues"
},
"engines":
{
"node": ">=16.9.0"
},
"homepage": "https://github.com/notoiro/djs-button-pages",
"license": "Apache-2.0",
"dependencies":
{
"discord.js": "14.x"
},
"peerDependencies":
{
"@djs-button-pages/presets": "1.x"
}
}