discordjs-choice-selectmenu-builder
Version:
An utility builder to represent arrays as paginated Discord select menus.
56 lines (55 loc) • 1.55 kB
JSON
{
"name": "discordjs-choice-selectmenu-builder",
"version": "2.1.0",
"description": "An utility builder to represent arrays as paginated Discord select menus.",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc --noEmit && tsup && jest"
},
"keywords": [
"discord",
"discordapp",
"discordjs",
"node",
"pagination",
"typescript",
"npm"
],
"author": "LeCarbonator",
"license": "MIT",
"dependencies": {
"discord.js": "^14.14.1"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeCarbonator/discordjs-choice-selectmenu-builder.git"
},
"bugs": {
"url": "https://github.com/LeCarbonator/discordjs-choice-selectmenu-builder/issues"
},
"homepage": "https://github.com/LeCarbonator/discordjs-choice-selectmenu-builder"
}