@salty-coder/discordjs-pagination
Version:
An updated pagination module for Discord.js v14
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "@salty-coder/discordjs-pagination",
"version": "2.7.10",
"description": "An updated pagination module for Discord.js v14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"files": [
"dist"
],
"keywords": [
"pagination",
"discord.js",
"discordjs-pagination",
"discordjs-pagination-module",
"embeds",
"configurable",
"modulable",
"discord.js v14"
],
"author": "devRael & Salty-Coder",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Salty-Coder/discordjs-pagination.git"
},
"devDependencies": {
"create-ts-index": "^1.14.0",
"typescript": "^5.8.3"
},
"dependencies": {
"discord.js": "^14.21.0"
},
"bugs": {
"url": "https://github.com/Salty-Coder/discordjs-pagination/issues"
},
"homepage": "https://github.com/Salty-Coder/discordjs-pagination#readme"
}