UNPKG

discordjs-button-embed-pagination

Version:
46 lines (45 loc) 1.19 kB
{ "name": "discordjs-button-embed-pagination", "version": "5.0.0", "description": "Discord.js V14 embed pagination with button", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Amal Zacharia <contact@crza.dev>", "license": "MIT", "scripts": { "prettier": "prettier --write **/*.{ts,js,json,yml,yaml}", "build": "tsc", "build:check": "tsc --noEmit --incremental false", "docs": "typedoc src/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/CRZA5/discordjs-button-embed-pagination.git" }, "keywords": [ "discord", "discord.js", "buttons", "pagination", "embeds" ], "bugs": { "url": "https://github.com/CRZA5/discordjs-button-embed-pagination/issues" }, "homepage": "https://github.com/CRZA5/discordjs-button-embed-pagination#readme", "files": [ "dist/*" ], "dependencies": { "discord.js": "^14.1.2" }, "devDependencies": { "@babel/core": "^7.18.10", "@babel/preset-env": "^7.18.10", "@babel/preset-typescript": "^7.18.6", "@types/node": "^18.6.3", "prettier": "^2.7.1", "typedoc": "^0.23.10", "typescript": "~4.7.4" } }